Pacman: list packages by size — Geoffrey's TIL 0 documentation
papaux.github.io
pacman -Qi | egrep '^(Name|Installed)' | cut -f2 -d':' | paste - - | column -t | sort -nrk 2 | grep MiB | less
PreviousNext
#cmd #Linux
Collect and share the web
Get started for free