Fulltext results:
- Cleanup Packages @info:linux:debian
- ystem. This is a good thing, as you are able to reinstall the package and have it configured with the old c... and: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list directly to apt... aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== ... talled but leftover packages. First, you have to install ''deborpan'': <code bash> aptitude install debor