RHEL 使用CenOS的yum源repo檔案
Red Hat Enterprise Linux Server release 5.6:
[base]
name=CentOS-5 - Base
baseurl=http://centos.ustc.edu.cn/centos/5/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#released updates
[update]
name=CentOS-5 - Updates
baseurl=http://centos.ustc.edu.cn/centos/5/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#packages used/produced in the build but not released
[addons]
name=CentOS-5 - Addons
baseurl=http://centos.ustc.edu.cn/centos/5/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-5 - Extras
baseurl=http://centos.ustc.edu.cn/centos/5/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5 - Plus
baseurl=http://centos.ustc.edu.cn/centos/5/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#contrib - packages by Centos Users
[contrib]
name=CentOS-5 - Contrib
baseurl=http://centos.ustc.edu.cn/centos/5/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#packages in testing
[testing]
name=CentOS-5 - Testing
baseurl=http://centos.ustc.edu.cn/centos/5/testing/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
[base]
name=CentOS-6 - Base
repo=os
baseurl=http://mirrors.163.com/centos/6/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#released updates
[update]
name=CentOS-6 - Updates
baseurl=http://mirrors.163.com/centos/6/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#packages used/produced in the build but not released
#[addons]
#name=CentOS-6 - Addons
#baseurl=http://mirrors.163.com/centos/5/addons/$basearch/
#gpgcheck=1
#gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
#additional packages that may be useful
[extras]
name=CentOS-6 - Extras
baseurl=http://mirrors.163.com/centos/6/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-6 - Plus
baseurl=http://mirrors.163.com/centos/6/centosplus/$basearch/
gpgcheck=1
enabled=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-6 - Contrib
baseurl=http://mirrors.163.com/centos/6/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/195110/viewspace-1109405/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 搭建本地yum源,使用安裝光碟的rpm作為yum源的檔案
- 解決RHEL5.0中YUM的配置檔案
- CentOS使用iso映象檔案配置本地yum源CentOS
- cenos上透過yum安裝mariadb
- 《gpg檔案加密的使用》RHEL6加密
- 【linux】yum源配置檔案(服務端)Linux服務端
- rhel 7.6使用映象做本地yum倉庫
- RHEL7安裝本地離線yum源倉庫
- RHEL6搭建網路yum源軟體倉庫
- RHEL6.5使用安裝光碟搭建本地YUM
- 詳解:RHEL5下實現本地YUM源的過程(zt)
- 配置RHEL8本地yum源及DNF簡介
- 詳解 RHEL7.1 yum源配置與軟體安裝
- rhel Linux系統yum的配置Linux
- 怎樣替換 rhel 7.3 的 yum
- RHEL中yum命令介紹
- rpm 系 linux 系統中 /etc/yum.repo.d/ 目錄下的 .repo 檔案中的 $releasever 到底等於多少?Linux
- 如何使用 yum-cron 自動更新 RHEL/CentOS LinuxCentOSLinux
- redhat6.5 配置使用centos的yum源RedhatCentOS
- 【Linux】Linux軟體安裝管理6 RHEL6配置使用163 centos yum源LinuxCentOS
- yum安裝 一直出現There are no enabled repositories in “/etc/yum.repos.d“
- 刪除Repository中的檔案
- 《NFS檔案共享服務的搭建》RHELNFS
- Run the command with the repository temporarily disabled yum --disablerepo=zabbix ...
- rhel 5.x 將YUM指定為光碟--yum配置格式示例
- Redhat 7使用CentOS 7的Yum網路源RedhatCentOS
- 安裝CenOS出現“The CenOS disc was not found in any of ....”
- CentOS 搭建內部Yum源同步阿里Yum源CentOS阿里
- yum源使用的幾個報錯小總結 (例如: python2.6.6 下yum不能使用: No module named yum)Python
- 配置yum源
- RHEL7/CentOS7 yum私服搭建CentOS
- 在 RHEL/CentOS 系統上使用 YUM history 命令回滾升級操作CentOS
- 【MySQL學習】在RHEL7.3上使用yum安裝MySQL5.7MySql
- 本地yum源搭建
- 本地搭建yum源
- CentOS修改yum源CentOS
- CentOS 配置yum源CentOS
- CentOS配置Nginx官方的Yum源及yum安裝phpCentOSNginxPHP