Updates

Thilo Six T.Six at gmx.de
Sun Feb 19 12:30:10 UTC 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Pupeno schrieb am 18.02.2006 17:28:
> Is it possible to download all updates of ubuntu to burn it to a CD for 
> someone who has slow access to internet ?
> 

Yes you can and I did it,too.

sudo dpkg --get-selections | grep 'install$' | awk '{print $1}' > list.txt

sudo aptitude reinstall -d $(cat list.txt)

The first will create a full list of all installed .debs.
The second will redownload it all (if needed) and store it in:
/var/cache/apt/archives/

This directory you can burn to cd or as me copy it over to a USB Mirco
drive.  :)

On target system just place the debs again in that directory and you?re
done.


bye Thilo

- --
i am on Ubuntu 2.6 KDE
- - some friend of mine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD+GTQzeyTbiZA74IRA2FvAKCopIl6l5/fxJPVacTQ3LnAdWBdiQCghLgc
ptm4FK8o/SvomY9T5CROcrk=
=rl+A
-----END PGP SIGNATURE-----





More information about the ubuntu-users mailing list