Fulltext results:
- Cleanup Packages @info:linux:debian
- ) packages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can f... he packages: <code bash> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code>... aptitude install deborphan </code> Then you can get the list of orphans: <code bash> deborphan </cod... ort PKGS. --keep-file, -k FILE Use FILE to get/store info about kept packages. --list-keep,