mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 14:01:09 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/linux/dnf-repoquery
Normal file
13
tldr/linux/dnf-repoquery
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dnf install
|
||||
|
||||
> Query packages for information.
|
||||
> More information: <https://dnf.readthedocs.io/en/latest/command_ref.html#repoquery-command>.
|
||||
|
||||
- Query a package for its dependencies:
|
||||
|
||||
`dnf {{[rq|repoquery]}} --deplist {{package}}`
|
||||
Reference in New Issue
Block a user