mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 07:43:43 +00:00
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dnf repoquery
|
|
|
|
> 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}}`
|