I use a package called 'upgrade-system'. It's a script that runs deborphan and looks for unused dependencies and deletes them. On a recent Mint 13 MATE clean install it removed over 120 packages. It's never broken a system and I've been using it for almost 6 months now. I rebuild my workstation frequently, testing new installs and methods. I use it on every build I do. It installs 4-5 dependencies, all very small.
To install look for
upgrade-system in Synaptic, or from a terminal use:
- Code: Select all
sudo apt-get install upgrade-system
It runs from a terminal, no GUI:
- Code: Select all
sudo upgrade-system
Finds much more than autoremove does. Guaranteed that if a package remains after running this, it's still needed by something else
