Posts Tagged With: deb

Package Listing in Debian

Tagged with: , , , , , , , ,

Show space used by deb packages installed sorted by size (ubuntu, debian and like)


dpkg-query -W -f='${Installed-Size;10}t${Package}n' | sort -k1,1n
No Comments »

Show all Installed Packages in Debian

Tagged with: , , , , ,

Show all deb packages installed on the system


dpkg -l
1 Comment »