Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: dpkg

10 Nov

Search Debian Package

Show all deb packages with the name “httpd”


dpkg -l | grep httpd
admin Posted in Command Line, Linux command, debian, dpkg, filler, Linux, package, search 2 Comments
26 Sep

Remove Deb Package

Remove a deb package from the system


dpkg -r package_name
admin Posted in Command Line, Linux command, deb, dpkg, filler, Linux, remove, uninstall Leave a comment
16 Jul

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 
admin Posted in Command Line, Linux apt, command, deb, debian, dpkg, install, Linux, size, software Leave a comment
03 May

Show all Installed Packages in Debian

Show all deb packages installed on the system


dpkg -l
admin Posted in Command Line, Linux deb, debian, dpkg, install, list, package 1 Comment
25 Mar

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, try this command…


dpgk-reconfigure locales
admin Posted in Command Line, Linux command, debian, dpkg, fix, font, Linux, locale, locales, reconfigure, text, xmms 1 Comment
02 Mar

Install Package Debian(DPKG)

Install a package using dpkg in Debian linux


dpkg -i package
admin Posted in Command Line, Linux command, debian, dpkg, install, Linux, package Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑