A way to suggest unused packages to remove
Posted Jan 3, 2007 5:36 UTC (Wed) by
midg3t (guest, #30998)
In reply to:
A way to suggest unused packages to remove by midg3t
Parent article:
Predictions for 2007 (and how I did on 2006) (LinuxWorld)
Here's the really quick version:
grep '<OLD>' /var/log/popularity-contest | grep -v ' lib' | cut -d' ' -f3
Adjust to your desire.
(
Log in to post comments)