Package Cleanup – Leaves and Orphans
by bill_mcgonigle • 2008/09/30 • Uncategorized
On an RPM-based system, yum-utils provides a utility called ‘package-cleanup’. It has two useful options: –orphans shows RPM packages that do not belong to any currently-configured repositories, and: –leaves shows RPM packages for which there are no dependencies; that is removing them won’t trigger the removal of other packages. By default it’s concerned with...
Read more →