mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 22:55:25 +02:00
9 lines
233 B
Markdown
9 lines
233 B
Markdown
![]() |
# 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}}`
|