Sources.list
Cette documentation liste le contenu par défaut du fichier <source lang="bash" inline>/etc/apt/sources.list</source> de différentes distributions à base de Debian.
Debian 9.0 Stretch
Dépôts par défaut
<source lang="apt_sources"> 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>
Dépôt backports
<source lang="apt_sources"> deb http://ftp.fr.debian.org/debian/ stretch-backports main </source>
Pour piocher un paquet provenant de ce dépôt, il faut faire la commande suivante: <source lang="bash" inline>apt install -t stretch-backports <nom_du_paquet></source>.
Sources
- Fichier
/etc/apt/sources.list - https://backports.debian.org/Instructions/
Debian 8.0 Jessie
Dépôts par défaut
<source lang="apt_sources"> 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="apt_sources"> 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="apt_sources"> 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="apt_sources"> 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>
Ubuntu 18.04 Bionic Beaver
Dépôts par défaut
<source lang="apt_sources"> deb http://archive.ubuntu.com/ubuntu bionic universe multiverse deb-src http://archive.ubuntu.com/ubuntu bionic universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ bionic universe deb-src http://us.archive.ubuntu.com/ubuntu/ bionic universe deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ bionic multiverse deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://security.ubuntu.com/ubuntu bionic-security universe deb-src http://security.ubuntu.com/ubuntu bionic-security universe deb http://security.ubuntu.com/ubuntu bionic-security multiverse deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse </source>
Sources
- Fichier
/etc/apt/sources.list - https://grawok.github.io/Ubuntu-16-04-xenial/