CentOS6已经在2020年11月30日停止维护了。目前阿里、163、清华等centos6源已无法使用。
CentOS6已经在2020年11月30日停止维护了。centos官方停止了对centos6的所有更新,并且下架了包括官方所有的centos6源,目前阿里、163、清华等centos6源已无法使用。
- CentOS6 停止维护更新时间,2020/11/30
- CentOS7 停止维护更新时间,2024/6
- CentOS6 停止维护更新时间,2029/5
解决方案:
- 备份配置文件,防止以后出错后不好恢复 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
- 执行下面命令,新建CentOS-Base.repo配置:vim /etc/yum.repos.d/CentOS-Base.repo
- 复制粘贴如下命令[centos-office]
name=centos-office
failovermethod=priority
baseurl=https://vault.centos.org/6.10/os/x86_64/
gpgcheck=1
gpgkey=https://vault.centos.org/6.10/os/x86_64/RPM-GPG-KEY-CentOS-6 - 最后执行yum list 可成功
Tip:
baseurl=http://mirrors.aliyun.com/centos/$releasever/os/$basearch/
$releasever:指版本号,比如6.3
$basearch:指系统架构位数,输入arch,显示x86_64