« Sources.list » : différence entre les versions
De Wiki doc
					| m (Correction de la coloration syntaxique) | m (Ajout des balises <code> pour le fichier source) | ||
| Ligne 8 : | Ligne 8 : | ||
| </source> | </source> | ||
| ==Source== | ==Source== | ||
| * Fichier /etc/apt/sources.list | * Fichier <code>/etc/apt/sources.list</code> | ||
| =Debian 8.0 Jessie= | =Debian 8.0 Jessie= | ||
| ==Dépôts par défaut== | ==Dépôts par défaut== | ||
| Ligne 23 : | Ligne 23 : | ||
|   apt install deb-multimedia-keyring |   apt install deb-multimedia-keyring | ||
| ==Sources== | ==Sources== | ||
| * Fichier /etc/apt/sources.list | * Fichier <code>/etc/apt/sources.list</code> | ||
| * https://grawok.github.io/Debian-Jessie-sources.list/ | * https://grawok.github.io/Debian-Jessie-sources.list/ | ||
| =Ubuntu 16.04 Xenial Xerus= | =Ubuntu 16.04 Xenial Xerus= | ||
Version du 8 mai 2017 à 22:24
Cette documentation liste le contenu par défaut du fichier /etc/apt/sources.list de différentes distributions à base de Debian.
Debian 9.0 Stretch
Dépôts par défaut
deb http://ftp.fr.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
Source
- Fichier /etc/apt/sources.list
Debian 8.0 Jessie
Dépôts par défaut
deb http://ftp.fr.debian.org/debian/ jessie main non-free contrib
deb http://security.debian.org/ jessie/updates main contrib non-free
Dépôts bonus
deb http://ftp.fr.debian.org/debian/ jessie-proposed-updates main contrib non-free
deb http://www.deb-multimedia.org jessie main non-free
Pour le miroir deb-multimedia, il est nécessaire d’installer le keyring du dépôt
apt install deb-multimedia-keyring
Sources
- Fichier /etc/apt/sources.list
- https://grawok.github.io/Debian-Jessie-sources.list/
Ubuntu 16.04 Xenial Xerus
Dépôts par défaut
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ xenial universe
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe
deb http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
Liste exhaustive
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ xenial partner
deb http://extras.ubuntu.com/ubuntu/ xenial main
Sources
- Fichier /etc/apt/sources.list
- https://grawok.github.io/Ubuntu-16-04-xenial/

