1. 程式人生 > >雲yum倉庫配置

雲yum倉庫配置

 首先裝給wget

yum -y  install  wget

進入yum目錄 : cd /etc/yum.repos.d

將大M檔案移到bak目錄內

wget -O /etc/yum.repos.d/aliyun.repo   http://mirrors.aliyun.com/repo/epel-6.repo (阿里yum源)

wget -O /etc/yum.repos.d/163.repo  http://mirrors.163.com/.help/CentOS6-Base-163.repo (163的yum源)

清空快取 : yum -y cleanall

重建快取 : yum makecache