栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

CentOS-5 yum源

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

CentOS-5 yum源

先执行

sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf && 
mv /etc/yum.repos.d/CentOS-base.repo /etc/yum.repos.d/CentOS-base.repo.bak

然后

cat > /etc/yum.repos.d/CentOS-base.repo << EOF      
[base]
name=CentOS-5.11 - base - 163.com
baseurl=http://mirrors.163.com/centos-vault/5.11/os/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=os
gpgcheck=1
gpgkey=http://mirrors.163.com/centos-vault/RPM-GPG-KEY-CentOS-5

#released updates 
[updates]
name=CentOS-5.11 - Updates - 163.com
baseurl=http://mirrors.163.com/centos-vault/5.11/updates/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=updates
gpgcheck=1
gpgkey=http://mirrors.163.com/centos-vault/RPM-GPG-KEY-CentOS-5

#packages used/produced in the build but not released
[addons]
name=CentOS-5.11 - Addons - 163.com
baseurl=http://mirrors.163.com/centos-vault/5.11/addons/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=addons
gpgcheck=1
gpgkey=http://mirrors.163.com/centos-vault/RPM-GPG-KEY-CentOS-5

#additional packages that may be useful
[extras]
name=CentOS-5.11 - Extras - 163.com
baseurl=http://mirrors.163.com/centos-vault/5.11/extras/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=extras
gpgcheck=1
gpgkey=http://mirrors.163.com/centos-vault/RPM-GPG-KEY-CentOS-5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-5.11 - Plus - 163.com
baseurl=http://mirrors.163.com/centos-vault/5.11/centosplus/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=centosplus
gpgcheck=1
enabled=0
gpgkey=http://mirrors.163.com/centos-vault/RPM-GPG-KEY-CentOS-5

#contrib - packages by Centos Users
[contrib]
name=CentOS-5.11 - Contrib - 163.com
baseurl=http://mirrors.163.com/centos-vault/5.11/contrib/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=5.11&arch=$basearch&repo=contrib
gpgcheck=1
enabled=0
gpgkey=http://mirrors.163.com/centos-vault/RPM-GPG-KEY-CentOS-5
EOF

假如不行的话,就再执行下面这个

cat > /etc/yum.repos.d/libselinux.repo << EOF 
[libselinux]
name=CentOS-5 - libselinux
baseurl=http://mirrors.163.com/centos-vault/5.11/centosplus/$basearch/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
includepkgs=libselinux*
EOF
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/308545.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号