On 3/6/25 00:21, David Wright wrote:
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).
Yeah. Many of the packages in deborphan's output are things I actually
want to keep, and I think that that if you remove something, all of its
requirements are still installed. Unless there's a smart package
manager that goes through all of said requirements and removes them if
they now have no dependents.