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 »
Wednesday, April 2nd, 2008 10:36 PM
Update the package list - do this after you change the source in /etc/apt/sources.list .
apt-get update
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 »