2 lines
114 B
Text
2 lines
114 B
Text
|
dpkg-query -W --showformat ='${Installed-Size} ${Package} ${Status} \n' | grep -v deinstall | cut -c 2- | sort -n
|