Sources.list
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
<source lang="bash"> 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>
Source
- Fichier /etc/apt/sources.list
Debian 8.0 Jessie
Dépôts par défaut
<source lang="bash"> deb http://ftp.fr.debian.org/debian/ jessie main non-free contrib deb http://security.debian.org/ jessie/updates main contrib non-free </source>
Dépôts bonus
<source lang="bash"> deb http://ftp.fr.debian.org/debian/ jessie-proposed-updates main contrib non-free deb http://www.deb-multimedia.org jessie main non-free </source> 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
<source lang="bash"> 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
</source>
Liste exhaustive
<source lang="bash"> 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 </source>
Sources
- Fichier /etc/apt/sources.list
- https://grawok.github.io/Ubuntu-16-04-xenial/