Cent OS yum 更換更新源來加速

來源:互聯網
上載者:User

如果你安裝了CentOS系統,並且yum更新慢的話,可以考慮將更新源更換為 網易提供的源:mirrors.163.com

具體操作如下:

cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.bak

vi CentOS-Base.repo
加入如下內容:

CentOS-Base.repo下載: CentOS-Base.repo# CentOS-Base.repo 

# This file uses a new mirrorlist system developed by Lance Davis for CentOS.  
# The mirror system uses the connecting IP address of the client and the  
# update status of each mirror to pick mirrors that are updated to and  
# geographically close to the client.    You should use this for CentOS updates  
# unless you are manually picking other mirrors.  
#  
# If the mirrorlist= does not work for you, as a fall back you can try the     
# remarked out baseurl= line instead.  
#  
#   
 
[base]   
name=CentOS-$releasever - Base  
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os  
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/   
baseurl=http://mirrors.163.com/centos/$releasever/os/$basearch/   
gpgcheck=1   
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5  
 
#released updates      
[updates]   
name=CentOS-$releasever - Updates  
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates  
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/   
baseurl=http://mirrors.163.com/centos/$releasever/updates/$basearch/   
gpgcheck=1   
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5  
 
#packages used/produced in the build but not released   
[addons]   
name=CentOS-$releasever - Addons  
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons  
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/   
baseurl=http://mirrors.163.com/centos/$releasever/addons/$basearch/   
gpgcheck=1   
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5  
 
#additional packages that may be useful   
[extras]   
name=CentOS-$releasever - Extras  
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras  
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/   
baseurl=http://mirrors.163.com/centos/$releasever/extras/$basearch/   
gpgcheck=1   
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5  
 
#additional packages that extend functionality of existing packages   
[centosplus]   
name=CentOS-$releasever - Plus  
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus  
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/   
baseurl=http://mirrors.163.com/centos/$releasever/centosplus/$basearch/   
gpgcheck=1   
enabled=0   
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.