妙博客

主机评测 香港服务器 洛杉矶VPS测评

centos配置阿里云yum源,安装速度立马飞起

1、备份默认yum源


mkdir /opt/centos-yum.bak 
mv /etc/yum.repos.d/* /opt/centos-yum.bak/

2、下载aliyun Yum源repo文件(要对应自己的系统版本下载即可)


# 查看系统版本 

cat /etc/redhat-release

 

#各系统版本repo文件对应的下载操作 

# 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


3、更新缓存

yum clean all 
yum makecache


结束,速度已经飞快了。


Copyright Your 142132.com Rights Reserved. 赣ICP备17010829号-2