CentOSのyumミラーソース

1905 ワード


mirrors.163.comとaliyunソース
1、まずバックアップシステムにyumソースプロファイル/etc/yumを持参する.repos.d/CentOS-Base.repo 

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2、 yum


cd /etc/yum.repos.d/

 3、 yum

163 yum


##CentOS7
wget -O /etc/yum.repos.d/CentOS-Base.repo  http://mirrors.163.com/.help/CentOS7-Base-163.repo

##CentOS6
wget -O /etc/yum.repos.d/CentOS-Base.repo  http://mirrors.163.com/.help/CentOS6-Base-163.repo

##CentOS5
wget -O /etc/yum.repos.d/CentOS-Base.repo  http://mirrors.163.com/.help/CentOS5-Base-163.repo

ailiyun yum  


#Centos-7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

#Centos-6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

#Centos-5
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo

 

4、 yum makecache


yum makecache

5、 yum makecache


[root@localhost ~]# yum -y update

     :fastestmirror, refresh-packagekit, security
      Loading mirror speeds from cached hostfile
* base: mirrors.163.com
* extras: mirrors.163.com
* updates: mirrors.163.com

##    

     :fastestmirror, refresh-packagekit, security
      Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com