tech:redhat_centos_yum_repository_depots
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| tech:redhat_centos_yum_repository_depots [2026/05/05 11:49] – Jean-Baptiste | tech:redhat_centos_yum_repository_depots [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Redhat Centos yum repository dépôts | ||
| + | |||
| + | ## Archives | ||
| + | |||
| + | ### Archives CentOS 2, 3, 4, 5, 6, 7, 8 | ||
| + | |||
| + | * http:// | ||
| + | * https:// | ||
| + | |||
| + | Et aussi : | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * http:// | ||
| + | |||
| + | |||
| + | #### Centos5 | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [C5.11-base] | ||
| + | name=CentOS-5.11 - Base | ||
| + | # | ||
| + | baseurl=http:// | ||
| + | gpgcheck=0 | ||
| + | # | ||
| + | enabled=1 | ||
| + | |||
| + | [C5.11-updates] | ||
| + | name=CentOS-5.11 - Updates | ||
| + | # | ||
| + | baseurl=http:// | ||
| + | gpgcheck=0 | ||
| + | # | ||
| + | enabled=1 | ||
| + | |||
| + | [C5.11-extras] | ||
| + | name=CentOS-5.11 - Extras | ||
| + | # | ||
| + | baseurl=http:// | ||
| + | #gpgcheck=0 | ||
| + | # | ||
| + | enabled=1 | ||
| + | |||
| + | ~~~ | ||
| + | |||
| + | |||
| + | Voir les sources : | ||
| + | * https:// | ||
| + | Curieux pour SNMP la version est plus récente ici net-snmp-5.3.2.2-25.el5_11.x86_64.rpm : \\ | ||
| + | https:// | ||
| + | |||
| + | Ici les dernières versions non officiels RedHat net-snmp-5.3.2.2-25.el5_11.x86_64.rpm : | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | #### CentOS5 / Archives EPEL | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | |||
| + | Mais CentOS5 ne supporte pas TLS | ||
| + | ~~~ | ||
| + | # yum check-update | ||
| + | Loaded plugins: fastestmirror | ||
| + | Loading mirror speeds from cached hostfile | ||
| + | https:// | ||
| + | Trying other mirror. | ||
| + | Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Exemples de fichier repo | ||
| + | |||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | # CentOS-Base.repo | ||
| + | # | ||
| + | # The mirror system uses the connecting IP address of the client and the | ||
| + | # update status of each mirror to pick mirrors that are updated to and | ||
| + | # geographically close to the client. | ||
| + | # unless you are manually picking other mirrors. | ||
| + | # | ||
| + | # If the mirrorlist= does not work for you, as a fall back you can try the | ||
| + | # remarked out baseurl= line instead. | ||
| + | # | ||
| + | # | ||
| + | |||
| + | [base] | ||
| + | name=CentOS-7 - Base | ||
| + | # | ||
| + | baseurl=http:// | ||
| + | gpgcheck=0 | ||
| + | enabled=1 | ||
| + | |||
| + | #released updates | ||
| + | [updates] | ||
| + | name=CentOS-7 - Updates | ||
| + | # | ||
| + | baseurl=http:// | ||
| + | gpgcheck=0 | ||
| + | # | ||
| + | enabled=1 | ||
| + | |||
| + | #additional packages that may be useful | ||
| + | [extras] | ||
| + | name=CentOS-7 - Extras | ||
| + | # | ||
| + | baseurl=http:// | ||
| + | gpgcheck=0 | ||
| + | gpgkey=file:/// | ||
| + | enabled=1 | ||
| + | |||
| + | #additional packages that extend functionality of existing packages | ||
| + | [centosplus] | ||
| + | name=CentOS-7 - Plus | ||
| + | # | ||
| + | baseurl=http:// | ||
| + | gpgcheck=0 | ||
| + | enabled=0 | ||
| + | gpgkey=file:/// | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [cdrom1] | ||
| + | name=DVD for Red Hat Enterprise Linux 7.2 Server | ||
| + | enabled=1 | ||
| + | # mediaid=1446216863.790260 | ||
| + | # metadata_expire=-1 | ||
| + | gpgcheck=1 | ||
| + | cost=500 | ||
| + | baseurl=file:/// | ||
| + | gpgkey=file:/// | ||
| + | |||
| + | [cdrom-ha] | ||
| + | name=DVD for Red Hat Enterprise Linux 7.2 Server - HA | ||
| + | enabled=1 | ||
| + | # mediaid=1446216863.790260 | ||
| + | # metadata_expire=-1 | ||
| + | gpgcheck=1 | ||
| + | cost=500 | ||
| + | baseurl=file:/// | ||
| + | gpgkey=file:/// | ||
| + | ~~~ | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [epel] | ||
| + | name=Extra Packages for Enterprise Linux 7 - $basearch | ||
| + | baseurl=http:// | ||
| + | # | ||
| + | failovermethod=priority | ||
| + | enabled=1 | ||
| + | gpgcheck=0 | ||
| + | # | ||
| + | ~~~ | ||
| + | |||
