je suis là, comme dit nost4r y´a pas de tuto c´est très simple :
Dans un terminal, tape :
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak && sudo gedit /etc/apt/sources.list
là le fichier des dêpots s´ouvre.
et remplace le contenu de se fichier par :
- UBUNTU
deb http://fr.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
- UNIVERSE / MULTIVERSE
deb http://fr.archive.ubuntu.com/ubuntu/ dapper universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse
- BACKPORTS
deb http://fr.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
- PLF
deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free
deb-src
http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free
- LISTEN
deb http://theli.free.fr/packages/ dapper listen
enregistre le fichier et tape dans un terminal :
sudo apt-get update
Voilà c´est fait.