1. 程式人生 > >新增國內yum源

新增國內yum源

1.先備份CentOS-Base.repo檔案

2.下載新的CentOS-Base.repo 到/etc/yum.repos.d/

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


方法2、修改CentOS-Base.repo檔案。將檔案中的baseurl地址修改為源地址即可!

[[email protected] ~]# vi /etc/yum.repos.d/CentOS-Base.repo

末行模式介入一下內容:

:1,$s#mirrors.aliyun.com#mirrors.163.com#g

 

3.清除yum原來的快取:yum clean all

   生成新的快取快取:yum makecache

   更新系統時不升級核心:yum --exclude=kernel* update 或者修改vim /etc/yum.conf