Tag: dpkg

Search Debian Package

Show all deb packages with the name “httpd” dpkg -l | grep httpd

Remove Deb Package

Remove a deb package from the system dpkg -r package_name

Package Listing in Debian

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

Show all Installed Packages in Debian

Show all deb packages installed on the system dpkg -l

Fix for Missing Fonts in Debian’s XMMS

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

Install Package Debian(DPKG)

Install a package using dpkg in Debian linux dpkg -i package