Files
cheatsheet-tldr/tldr/linux/dnf-repoquery
2025-07-08 00:20:35 +00:00

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}}`