Le sources.list Ubuntu
La grande majorité des applications utiles au quotidien sont disponibles en tant que paquets précompilés récupérables sur des dépôts, à l’aide d’outils graphiques tels Synaptic ou en mode texte avec apt-get.
Remarque sur la structure du fichier sources.list
- Chaque ligne non commentée correspond à une dépôt. Une ligne commentée commence par : #
- Un dépot qui commence par : ## n'apparaitra pas dans la liste de synaptic
- Chaque ligne est structurée en quatre parties :
- La nature du dépôt : deb pour les binaires ou deb-src pour les fichiers sources.
- L’adresse du dépôt : Internet ou CdRom...
- Le type du dépôt : dapper (packages officiels de base), dapper-security (mises à jour de sécurité), dapper-updates (mises à jour de bug, officielles), dapper-backports (mises à jour de version officielles), ...
- Le qualificatif du dépôt : main (libre, supporté), restricted (non-libre, supporté), universe (libre, non-supporté), multiverse (non-libre, non-supporté), ..
- Les différentes section :
- section main : logiciels principaux supportés par Ubuntu
- section restricted : logiciels aux copyrights restreints (supportés par Ubuntu)
- section multiverse : logiciels propriétaires (non supportés par Ubuntu)
- section universe : logiciels maintenus par la communauté (non supportés par Ubuntu)
Sources : doc.ubuntu-fr.org
Notes sur les mirroirs
- Pour chaque dépot ubuntu officiel il y a deux mirroirs supplémentaire
- ftp.proxad.fr est en général plus rapide pour les freenaute
- Pour ne pas rester en rade en cas de problèmes sur ftp.proxad.fr
Notes sur dépôts Backports
- À la sortie de la version stable de Ubuntu, les versions des logiciels disponibles sur les dépôts de Canonical sont gelées c’est-à-dire que les logiciels, lors de sorties de nouvelles versions, ne sont pas mis à jour
- Les dépôts backports vous permettent de récupérer les toutes dernières versions logicielles de vos programmes
- A manier avec précaution
Le fichier /etc/apt/sources.list
Ubuntu 10.10 Oneiric Ocelot - Maj 19/11/2011
#######################################################################################################
################################### O F F I C I E L ##################################################
#######################################################################################################
################################################################################################
## oneiric
################################################################################################
## packages officiels de base
################################################################################################
deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu oneiric main restricted multiverse universe
deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu oneiric main restricted multiverse universe
## oneiric Original
## deb http://fr.archive.ubuntu.com/ubuntu oneiric main restricted universe multiverse
## deb-src http://fr.archive.ubuntu.com/ubuntu oneiric main restricted universe multiverse
################################################################################################
## oneiric-updates
################################################################################################
## mises à jour de bug, officielles
################################################################################################
deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu oneiric-updates main restricted multiverse universe
deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu oneiric-updates main restricted multiverse universe
## oneiric-updates Original
## deb http://fr.archive.ubuntu.com/ubuntu oneiric-updates main restricted universe multiverse
## deb-src http://fr.archive.ubuntu.com/ubuntu oneiric-updates main restricted universe multiverse
################################################################################################
## oneiric-security
################################################################################################
## mises à jour de sécurité
################################################################################################
deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu oneiric-security main restricted multiverse universe
deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu oneiric-security main restricted multiverse universe
## oneiric-security Original
## deb http://fr.archive.ubuntu.com/ubuntu oneiric-security main restricted universe multiverse
## deb-src http://fr.archive.ubuntu.com/ubuntu oneiric-security main restricted universe multiverse
################################################################################################
## oneiric-backports
################################################################################################
## mises à jour de version logiciels officielles
################################################################################################
deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu oneiric-backports main restricted multiverse universe
deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu oneiric-backports main restricted multiverse universe
## oneiric-backports Original
## deb http://fr.archive.ubuntu.com/ubuntu/ oneiric-backports main universe multiverse restricted
## deb-src http://fr.archive.ubuntu.com/ubuntu/ oneiric-backports main universe multiverse restricted
################################################################################################
## oneiric Commercial (les logiciels libres et non-libres)
################################################################################################
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
################################################################################################
# deb http://archive.canonical.com/ubuntu oneiric partner
# deb-src http://archive.canonical.com/ubuntu oneiric partner
################################################################################################
## oneiric extras
################################################################################################
## not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software
################################################################################################
deb http://extras.ubuntu.com/ubuntu oneiric main
deb-src http://extras.ubuntu.com/ubuntu oneiric main
#######################################################################################################
################################### O F F I C I E U X #################################################
#######################################################################################################
################################################################################################
### Medibuntu
### http://doc.ubuntu-fr.org/medibuntu
### wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
#deb http://packages.medibuntu.org/ oneiric free non-free
################################################################################################
### handbrake PPA
### https://launchpad.net/~stebbins/+archive/handbrake-snapshots
### sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 43D3A9F60C58A7169778E6FB8771ADB0816950D8
#deb http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu oneiric main
#deb-src http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu oneiric main
################################################################################################
### VirtualBox
### wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
deb http://download.virtualbox.org/virtualbox/debian oneiric contrib
Toutes modifications de /etc/apt/sources.list doit être suivi d'un :
$ sudo apt-get update
Publié le dimanche, juin 6 2010 par Taltan










