Wednesday, July 16th, 2008 10:21 PM
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 »
Saturday, May 3rd, 2008 11:15 PM
Show all deb packages installed on the system
dpkg -l
1 Comment »
Tuesday, March 25th, 2008 11:18 PM
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 »
Sunday, March 2nd, 2008 11:06 PM
Install a package using dpkg in Debian linux
dpkg -i package
No Comments »
Saturday, March 1st, 2008 01:53 AM
I usually install these packages after I install Debian/KDE in a Laptop.
apt-get install ...
kdebase k3b gcc
vlc xine-ui mplayer xmms amarok
bzip2 ark
build-essentials binutils util-linux module-init-tools xfsprogs pcmcia-cs procps oprofile
kde-guidance klaptopdaemon laptop-mode-tools
1 Comment »
Tuesday, February 26th, 2008 11:22 PM
Install / upgrade a deb package from cdrom/dvd
apt-cdrom install package_name
No Comments »
Sunday, May 13th, 2007 12:19 AM
Cache all your Debain installation DVD/CDs
Put the first DVD in the drive and run this command
apt-cdrom add
Do this for all your DVDs. After its over run this command
apt-get upgrade
To install a pacakge this command can be used
apt-get install <Package Name>
[tags]debian,install,cd,dvd,cache,apt[/tags]
No Comments »