dnf.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 16 Feb 2022 22:16:57 +0200
changeset 2516 b95de2016b9c
parent 2515 05c1057a5bec
child 2529 5656ce3673e9
permissions -rw-r--r--
List of packages that depend on a given.


=====================
 dnf package manager
=====================
.. contents::
   :local:

List of package dependencies
============================
::

  repoquery --requires --resolve $PKG

If you possess a actual RPM::

  rpm -qpR $RPM

List of packages that depend on a given
=======================================
::

  dnf repoquery --alldeps --whatrequires $PKG
  dnf repoquery --installed --whatrequires $PKG