Fulltext results:
- Cleanup Packages
- ckages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed thi... ackages: <code bash> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code> =====... ndencies are also automatically installed. If the selected package is removed or the dependencies change, ... hecks for `suggests'. --priority, -p PRIOR Select only packages with priority >= PRIOR. --find-conf