Package management¶
Sort RPMs by size¶
Extract rpm into current folder instead of installing:¶
Trace a binary or file to the RPM that installed it:¶
or this:
Yum/dnf revert¶
If a yum remove wiped out several packages, do this:
dnf history# note the id of the bad removal herednf history undo 96
yum/dnf will reinstall all the packages that were removed in that id.
Dependencies of a package¶
This command shows what other packages need the queried package:
Another way, without using repoquery:
This command shows what other packages need to be installed for a queried package: