Fulltext results:
- Cleanup Packages @info:linux:debian
- purged) packages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You... urge the packages: <code bash> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) <