upm icon indicating copy to clipboard operation
upm copied to clipboard

Better apt package list

Open epitron opened this issue 6 years ago • 0 comments

Use dpkg-query to generate a nice table with package sizes:

dpkg-query -W -f='${Installed-Size;8}  ${Package}\n' | sort -n

epitron avatar May 26 '19 21:05 epitron