List of packages that depend on a given.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 16 Feb 2022 22:16:57 +0200
changeset 2516 b95de2016b9c
parent 2515 05c1057a5bec
child 2517 3b10dd85ffe3
List of packages that depend on a given.
dnf.rst
--- a/dnf.rst	Wed Feb 16 22:15:43 2022 +0200
+++ b/dnf.rst	Wed Feb 16 22:16:57 2022 +0200
@@ -15,3 +15,10 @@
 
   rpm -qpR $RPM
 
+List of packages that depend on a given
+=======================================
+::
+
+  dnf repoquery --alldeps --whatrequires $PKG
+  dnf repoquery --installed --whatrequires $PKG
+