之前在centOS配的是163的yum源,挺坑的,网络连接比较慢,而且包不是很多。下面记录下更改过程:
[root@hehe ~]# yum clean all [root@hehe ~]# yum list [root@hehe ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo [root@hehe ~]# sed -i 's/$releasever/6.8/g' /etc/yum.repos.d/CentOS-Base.repo
[root@xuegod63 ~]# yum clean all
[root@hehe ~]# yum list即可把aliyun的yum源配置进来。