HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dnf repoquery — Query packages for information. More information: <https://dnf.readthedocs.io/en/latest/command_ref.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcliinformationquerymorefordnf repoquerypackages
linux

Problem

How to use the dnf repoquery command: Query packages for information. More information: <https://dnf.readthedocs.io/en/latest/command_ref.html#repoquery-command>.

Solution

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

Code Snippets

Query a package for its dependencies

dnf {{[rq|repoquery]}} --deplist {{package}}

Context

tldr-pages: linux/dnf repoquery

Revisions (0)

No revisions yet.