Posts Tagged With: dpkg

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 »

Fix for Missing Fonts in Debian’s XMMS

Tagged with: , , , , , , , , , ,

If you have a debian system and the XMMS in that has a bug that hides the fonts in dailog, try this command…


dpgk-reconfigure locales
1 Comment »

Install Package Debian(DPKG)

Tagged with: , , , , ,

Install a package using dpkg in Debian linux


dpkg -i package
No Comments »