mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-21 18:24:06 +02:00
dnf-{deplist, repoquery}: add page (#17098)
This commit is contained in:
parent
537460ba42
commit
9a89016d22
2 changed files with 15 additions and 0 deletions
7
pages/linux/dnf-deplist.md
Normal file
7
pages/linux/dnf-deplist.md
Normal 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
pages/linux/dnf-repoquery.md
Normal file
8
pages/linux/dnf-repoquery.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue