CentOS6 已经停更了,但由于某些原因还得接着用着,找到几个暂时还能用的 yum 源

  备份现有源

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

  mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup


下载源

wget -O /etc/yum.repos.d/CentOS-Base.repo http://down.xfisp.com/mirror/down/CentOS6-Base.repo.sh

wget -O /etc/yum.repos.d/epel.repo http://down.xfisp.com/mirror/down/epel6.repo.sh

 

wget没有安装可以使用下面命令 


curl -O /etc/yum.repos.d/CentOS-Base.repo http://down.xfisp.com/mirror/down/CentOS6-Base.repo.sh

curl -O /etc/yum.repos.d/epel.repo http://down.xfisp.com/mirror/down/epel6.repo.sh