I am inheriting a Centos 5 box and I'd like to get an idea of what rpms have been installed outside of yum.
Bonus: How can I audit that RPMs installed with yum to make sure that they are not corrupt.
feedback
|
|
If a package was installed without yum, Here's a package installed from repositories:
Here's a package installed with
Try
And then see from | |||
|
feedback
|
|
rpms installed / updated by yum are logged in /var/log/yum.log. All other have been either installed during the centos install process or with the rpm command. | |||
|
feedback
|