snippetbashTip
dnf repoquery — Query packages for information. More information: <https://dnf.readthedocs.io/en/latest/command_ref.
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.