-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
hello
one of my users has done an rpm (urpmi in fact) update with the (bad) option --nodeps.
The result is some broken dependencies, so some software do not work any more.
Do you know how to get a list of this broken packages ?
(I know apt can do that with "apt-cache unmet", but I search something
based on rpm only)
To list broken dependencies for pkg:
rpm -V --nofiles pkg
To list all broken dependencies on the system:
rpm -Va --nofiles
To list all Requires: dependencies in pkg:
rpm -q --requires pkg