CentOS 使用阿里Yum源
2015-12-16 by dongnan
目标
使用阿里云提供的 yum
源替换系统自带的 yum
信息。
步骤
备份文件
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
下载文件
下载新的 CentOS-Base.repo
到 /etc/yum.repos.d/
目录
# CentOS 5
wget -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
# CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
生成缓存
yum clean all
yum makecache