背景
使用CentOS时常因yum下载速度过慢花费较多的时间,这里记录下如何在系统中配置阿里Yum镜像源来加速。
内容
- 下载repo文件
wget http://mirrors.aliyun.com/repo/Centos-7.repo
- 替换文件
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
cp Centos-7.repo /etc/yum.repos.d/CentOS-Base.repo
- 更新
yum clean all
yum makecache
yum update
网友评论