« Sources.list » : différence entre les versions

De Wiki doc

Page créée avec « Category:apt 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... »
 
m Correction de la coloration syntaxique
Ligne 3 : Ligne 3 :
=Debian 9.0 Stretch=
=Debian 9.0 Stretch=
==Dépôts par défaut==
==Dépôts par défaut==
<source lang="bash">
<source lang="apt_sources">
deb http://ftp.fr.debian.org/debian/ stretch main contrib non-free
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
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
Ligne 11 : Ligne 11 :
=Debian 8.0 Jessie=
=Debian 8.0 Jessie=
==Dépôts par défaut==
==Dépôts par défaut==
<source lang="bash">
<source lang="apt_sources">
deb http://ftp.fr.debian.org/debian/ jessie main non-free contrib
deb http://ftp.fr.debian.org/debian/ jessie main non-free contrib
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="bash">
<source lang="apt_sources">
deb http://ftp.fr.debian.org/debian/ jessie-proposed-updates main contrib non-free
deb http://ftp.fr.debian.org/debian/ jessie-proposed-updates main contrib non-free
deb http://www.deb-multimedia.org jessie main non-free
deb http://www.deb-multimedia.org jessie main non-free
Ligne 27 : Ligne 27 :
=Ubuntu 16.04 Xenial Xerus=
=Ubuntu 16.04 Xenial Xerus=
==Dépôts par défaut==
==Dépôts par défaut==
<source lang="bash">
<source lang="apt_sources">
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted


Ligne 46 : Ligne 46 :
</source>
</source>
==Liste exhaustive==
==Liste exhaustive==
<source lang="bash">
<source lang="apt_sources">
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
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-updates main restricted universe multiverse
Ligne 56 : Ligne 56 :
</source>
</source>
==Sources==
==Sources==
* Fichier /etc/apt/sources.list
* 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 mai 2017 à 21:22

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="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>

Source

  • Fichier /etc/apt/sources.list

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

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>

Sources