mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:59:24 +08:00
dnf-{deplist, repoquery}: add page (#17098)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# dnf deplist
|
||||
|
||||
> This command is an alias of `dnf repoquery --deplist`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr dnf repoquery`
|
||||
@@ -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}}`
|
||||
Reference in New Issue
Block a user