Posted in: 系统运维

CentOS6 yum源失效的解决方法

2020年12月初开始,centos官方宣布已停止centos6的yum源维护,centos6将无法使用yum。

使用yum命令安装软件时会有如下报错:

[root@AH10-A9 ~]# yum install wget
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
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
Error: Cannot find a valid baseurl for repo: base

目前还能将centos6的yum源改为以下可用的yum源,继续使用。

解决方法如下:

vi /etc/yum.repos.d/CentOS-Base.repo
将CentOS-Base.repo的内容全部删掉,改为以下内容:

[base]
name=CentOS-6
failovermethod=priority
baseurl=https://vault.centos.org/6.9/os/x86_64/
gpgcheck=0

:wq 保存;

替换完成后,执行如下两条命令:

yum clean all
yum makecache

发表评论

电子邮件地址不会被公开。 必填项已用*标注

CAPTCHAis initialing...