« Sources.list » : différence entre les versions
Ajout de Ubuntu 18.04 Bionic Beaver |
Ajout de la section sur le dépôt Debian backports et ajout de la source + aération du code. |
||
| Ligne 1 : | Ligne 1 : | ||
[[Category:apt]] | [[Category:apt]] | ||
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. | 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= | =Debian 9.0 Stretch= | ||
==Dépôts par défaut== | ==Dépôts par défaut== | ||
| Ligne 7 : | Ligne 8 : | ||
deb http://security.debian.org/debian-security stretch/updates main contrib non-free | deb http://security.debian.org/debian-security stretch/updates main contrib non-free | ||
</source> | </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 <code>/etc/apt/sources.list</code> | * Fichier <code>/etc/apt/sources.list</code> | ||
* https://backports.debian.org/Instructions/ | |||
=Debian 8.0 Jessie= | =Debian 8.0 Jessie= | ||
==Dépôts par défaut== | ==Dépôts par défaut== | ||
| Ligne 15 : | Ligne 26 : | ||
deb http://security.debian.org/ jessie/updates main contrib non-free | deb http://security.debian.org/ jessie/updates main contrib non-free | ||
</source> | </source> | ||
==Dépôts bonus== | ==Dépôts bonus== | ||
<source lang="apt_sources"> | <source lang="apt_sources"> | ||
| Ligne 20 : | Ligne 32 : | ||
deb http://www.deb-multimedia.org jessie main non-free | deb http://www.deb-multimedia.org jessie main non-free | ||
</source> | </source> | ||
Pour le miroir ''deb-multimedia'', il est nécessaire d’installer le keyring du dépôt | Pour le miroir ''deb-multimedia'', il est nécessaire d’installer le keyring du dépôt | ||
apt install deb-multimedia-keyring | apt install deb-multimedia-keyring | ||
==Sources== | ==Sources== | ||
* Fichier <code>/etc/apt/sources.list</code> | * 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= | ||
==Dépôts par défaut== | ==Dépôts par défaut== | ||
| Ligne 45 : | Ligne 60 : | ||
deb http://security.ubuntu.com/ubuntu xenial-security multiverse | deb http://security.ubuntu.com/ubuntu xenial-security multiverse | ||
</source> | </source> | ||
==Liste exhaustive== | ==Liste exhaustive== | ||
<source lang="apt_sources"> | <source lang="apt_sources"> | ||
| Ligne 77 : | Ligne 93 : | ||
deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse | deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse | ||
</source> | </source> | ||
==Sources== | ==Sources== | ||
* Fichier <code>/etc/apt/sources.list</code> | * Fichier <code>/etc/apt/sources.list</code> | ||
* https://grawok.github.io/Ubuntu-16-04-xenial/ | * https://grawok.github.io/Ubuntu-16-04-xenial/ | ||
Version du 8 mars 2019 à 13:19
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/