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?
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?
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?
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?
sudo aptitude purge libqt5webengine5 blackmailed me to purge qutebrowser now. sudo aptitude purge libllvm7 demands i pure ffmpeg links2 xorg.
sudo aptitude search l10n local | grep ^i finds no localedef.
sudo aptitude purge liblocale-gettext-perl also purges console-setup debconf-i18n tasksel xorg.
sudo aptitude clean && df -hl / now has me at 8.3G/11G=85%.
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
what would i want to sudo aptitude purge here to free 1 gig?
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.
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 usedeborphan --show-section --show-size --all-packages | sort -n
to ergonomically present installed candidates to apt purge a few gigabytes? >>
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).
Why are you assuming that the space you want can be freed by removing packages?
For the vast majority of people, if disk space is running low, it's
because *data* files are piling up, and may be in need of some trimming.
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?
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?
For Debian packages specifically, you can use dpigs from the debian-goodies package. I wrote an alternative for situations where I don't want to install debian-goodies and its transitive dependencies:
awk -v RS='' '/Status:.*installed\n/' /var/lib/dpkg/status \
| grep -E '^(Installed-Size|Package)' \
| cut -d: -f2- \
| paste - - \
| sort -rnk2 \
| awk '{ print $2 "\t" $1 }' \
| head -n 10
2025-03-07[Fri]23:14 π¦ read that
2025-03-07[Fri]07:21 Greg Wooledge wrote
That's conceptually similar to the little program that I wrote, which
you can get from <https://wooledge.org/~greg/ds>. It's in perl.
Wow! Looks backward compatible with perl4.036
make ds installable as sudo aptitude install ds?
/usr/share/man/man1/ds.1 and /usr/share/src/ds/DEBIAN/control?
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 168:32:16 |
| Calls: | 12,097 |
| Calls today: | 5 |
| Files: | 15,003 |
| Messages: | 6,517,823 |