février 20, 2007 Archives

20.02.2007 19:22

[ubuntu] installer le minimum

Pour avoir le minimum vital sur une Ubuntu toute fraiche, remplacer ce que contient votre fichier /etc/apt/sources.list par:

deb http://fr.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb http://medibuntu.sos-sts.com/repo/ edgy free non-free
deb-src http://medibuntu.sos-sts.com/repo/ edgy free non-free

Puis deux commandes magiques:

sudo aptitude update
sudo aptitude install mplayer w32codecs vlc vim gqview gramps ekiga apt-file \
 flashplugin-nonfree wine mc libsmpeg-dev fluxbox libdvdcss2 eterm mozilla-thunderbird \
 mozilla-thunderbird-enigmail kmymoney2 gpa gstreamer0.10-fluendo-mp3 network-manager-gnome \
 gringotts sun-java5-jre grip stellarium gcstar

Posted by Sinad | Permalink | Categories: Informatique