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
2 changed files with 15 additions and 0 deletions
+7
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`
+8
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}}`