On Wed 05 Mar 2025 at 17:04:12 (-0500), Eben King wrote: > On 3/5/25 09:22, Runamile Czyborra wrote: > > my df -hl / is at 8.7G/11G=89% after sudo apt update && sudo apt install > > python3 pip && sudu pip3 install vosk in my crouton and what do you use > > to ergonomically present installed candidates to apt purge a few gigabytes? > > deborphan --show-section --show-size --all-packages | sort -n
Bear in mind when you use --all-packages that, while removing packages listed will make the Debian system happy about being smaller, the list will likely contain many of the packages that make the system worth operating at all (unless you're getting all your functionality from flatpaks and suchlike, rather than Debian). Cheers, David.