Édition du sources.list

Ça se passe très bien en ligne de commande. Méthode : 1) je créé une copie de sauvegarde 2) j'édite le fichier incriminé. Dont acte :

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bkp
sudo nano /etc/apt/sources.list

Le sources.list proprement dit

#################################
###                           ###
###   Dépots de base Ubuntu   ###
###                           ###
#################################

### Dépôts Edgy
#//FR
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
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

### Dépôts Updates
#//FR
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
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

### Dépôts Security
#//FR
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-security main restricted universe multiverse
#deb-src http://fr.archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy-security main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

### Dépôts Backports
#//FR
deb http://fr.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
#deb-src http://fr.archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse
#//International
deb http://archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

### Dépôt commercial officiel
deb http://archive.canonical.com/ubuntu edgy-commercial main



#################################
###                           ###
###        Méta-dépots        ###
###                           ###
#################################

### Medibuntu - Ubuntu 6.10 "edgy eft"
## Infos : http://blog.racoon97.net/index.php?2006/12/11/70-les-plf-sont-morts-vive-medibuntu
## wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -
deb http://medibuntu.sos-sts.com/repo/ edgy free non-free
#deb-src http://medibuntu.sos-sts.com/repo/ edgy free non-free

### Dépot Tvfreeplayer (vlc, homeplayer, myfreetv, etc.)
## Infos : http://www.tvfreeplayer.com/forum/viewtopic.php?t=3604
## wget -q http://www.tvfreeplayer.com/linux/falcon/tvfreeplayer.gpg -O- | sudo apt-key add -
deb http://www.tvfreeplayer.com/linux/falcon edgy all

### Dépot Starnux.net (gaim, freeplayer)
## Infos : http://starnux.net/repos/ubuntu
deb http://starnux.net/debian edgy main
#deb-src http://starnux.net/debian edgy main

### Dépôt Pouit (gFTP, Brasero, etc.)
## Infos : http://mrpouit.tuxfamily.org/blog/?page_id=2
deb http://download.tuxfamily.org/pouit edgy extra openalchemist
#deb-src http://download.tuxfamily.org/pouit edgy extra openalchemist

### Les dépots de Lprod.org, logiciels audio-vidéo
## http://fr.lprod.org/wiki/doku.php?id=matos&DokuWiki=c7ec374798f0cb5747a9033fe77bfbef#installation_facile_des_logiciels_par_paquets
deb http://lprod.org/deb/dapper/ ./
#deb-src http://lprod.org/deb/dapper/ ./



#################################
###                           ###
###   Logiciels particuliers  ###
###                           ###
#################################

### Wine
## gpg --keyserver pgpkeys.mit.edu --recv-key 387EE263
## gpg -a --export 387EE263 | sudo apt-key add -
deb http://wine.budgetdedicated.com/apt edgy main

### R (le 2e miroir est une alternative de secours)
## Infos : http://cran.univ-lyon1.fr/bin/linux/ubuntu/
## Miroirs : http://cran.r-project.org/mirrors.html
## gpg --keyserver subkeys.pgp.net --recv-key E2A11821
## gpg -a --export E2A11821 | sudo apt-key add -
deb http://cran.univ-lyon1.fr/bin/linux/ubuntu edgy/
#deb http://cran.cict.fr//bin/linux/ubuntu edgy/

### Emacs avec polices anti-aliasées
## Infos : http://g33k.wordpress.com/2006/11/06/gnu-emacs-with-xft-goodness/
deb http://people.ubuntu-in.org/~ghoseb/apt-edgy/ edgy main
#deb-src http://people.ubuntu-in.org/~ghoseb/apt-edgy/ edgy main
#deb http://people.ubuntu-in.org/~ghoseb/apt/ dapper main
#deb-src http://people.ubuntu-in.org/~ghoseb/apt/ dapper main

### Beryl
## wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
deb http://ubuntu.beryl-project.org edgy main
#deb-src http://ubuntu.beryl-project.org edgy main

Pour plus d'infos, consulter la page des dépôts pour Edgy Eft sur la page du wiki francophone d'Ubuntu.