1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 08:55:23 +02:00

dnf-{deplist, repoquery}: add page (#17098)

This commit is contained in:
Managor 2025-07-04 19:25:08 +03:00 committed by GitHub
parent 537460ba42
commit 9a89016d22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# dnf deplist
> This command is an alias of `dnf repoquery --deplist`.
- View documentation for the original command:
`tldr dnf repoquery`

View file

@ -0,0 +1,8 @@
# 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}}`