Fulltext results:
- Cleanup Packages
- you want to cleanup this old stuff, you can ge a list of uninstalled (but not purged) packages with thi... ns | grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the packages: <cod... e install deborphan </code> Then you can get the list of orphans: <code bash> deborphan </code> If yo... all packages, not just libs. --exclude, -e LIST Work as if packages in LIST were not installed.