文字出处:未知 | 作者:admin | 发布时间:2020-12-17 15:44
2020年11月30日 centos6.x系统停止维护更新
2020年12月2日下架了包括官方所有的CentOS6源(包括国内的镜像站)
所有的YUM命令使用都提示:
Loaded plugins: fastestmirror, security
Determining fastest mirrors
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/arch combination/
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt
在生产的环境中依旧由很多CentOS6系统依然在坚持,那么众多的yum软件无法使用,如何解决,很多软件的安装方式还是依赖yum方式安装
为解决自由互联用户安装的centos6.x系列系统使用后故障,为此我们针对使用率最高的centos 6.5版本,搭建一个基本自由互联电信机房自建的yum 仓库,目录仅支持 centos 6.5
因yum仓服务器带宽有限,目前centos 6.5的yum仓库目前仅提供给自由互联内部客户使用
具体使用方法如下:
1.删除所有的yum仓库配置文件
rm -rf /etc/yum.repos.d/CentOS-Base.repo
rm -rf /etc/yum.repos.d/CentOS-Debuginfo.repo
rm -rf /etc/yum.repos.d/CentOS-Vault.repo
rm -rf /etc/yum.repos.d/CentOS-Media.repo
2.下载基于自由互联的yum仓库配置文件
curl -o /etc/yum.repos.d/CentOS-Base.repo http://www.558idc.com/download/CentOS-Base.repo
3.更新缓存
yum makecache
yum clean all
大功告成,一切功能使用正常!
请注意:因资源限制使用,一定要将您的服务器主IP发给我们的客服人员,由技术人员授权后方可以使用!