1. 程式人生 > >CentOS國內映象-YUM源更新

CentOS國內映象-YUM源更新

Yum 預設配置目錄
/etc/yum.repos.d/CentOS-Base.repo
更新前 ,首先備份 .有時候還是需要原始源,嘿嘿
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.origin

執行以下命令生成快取
yum clean all
yum makecache

參考幫助

2 阿里雲映象

CentOS 5
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo


之後執行yum makecache生成快取
阿里雲其他系統映象參考