解决CentOS6停止更新支持后yum源失效

 

 1、先备份源文件:

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo-backup


 2、删除/etc/yum.repos.d/文件夹下CentOS-Base.repo和CentOS-Media.repo

rm -rf CentOS-Base.repo 
rm -rf CentOS-Media.repo

 3、执行下面命令

wget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/repo/Centos-6.repo
wget -O /etc/yum.repos.d/epel.repo http://file.kangle.odata.cc/repo/epel-6.repo
yum makecache

 

你可能感兴趣的:(linux,centos,yum,linux)