parsed.org

Tips by tag: deborphan

Remove Orphaned Packages by cygnus on Jan 12, 2005 11:04 AM

If you have packages on your system upon which no others depend, you easily can find out what they are by running the deborphan program. This command will uninstall them:

$ deborphan | xargs apt-get remove

(The --yes switch can be used with apt-get to continue with the removal instead of asking for confirmation.)

apt-getcleanupcommandsdebiandeborphanutilities
RSS