summaryrefslogtreecommitdiff
path: root/packsize
blob: e72544780b0518ef939e70cc8cd2cff9aa0f2c2d (plain)
1
2
3
4
#!/bin/sh
# List all installed packages and list them by their size.

dpkg-query -W --showformat='${Package} ${Installed-Size}\n' | sort -k2 -n -r