Fulltext results:
- Cleanup Packages
- m. This is a good thing, as you are able to reinstall the package and have it configured with the old c... <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list directly to apt... itude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, all its dependencies are also automatically installed