码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS修改yum更新源

时间:2014-08-16 23:44:21      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   strong   文件   for   ar   cti   

 

1. 在修改前先备份该文件

cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

2. 修改更新源配置文件(CentOS6地址,其他版本类似)

vim打开配置文件:

vim /etc/yum.repos.d/CentOS-Base.repo

复制以下内容粘贴到配置文件中进行:

bubuko.com,布布扣
# CentOS-Base.repo
#
# 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
baseurl=http://mirrors.oschina.com/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

[updates]
name=CentOS-$releasever - Updates
baseurl=http://mirrors.oschina.com/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

[addons]
name=CentOS-$releasever - Addons
baseurl=http://mirrors.oschina.com/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

[extras]
name=CentOS-$releasever - Extras
baseurl=http://mirrors.oschina.com/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

[centosplus]
name=CentOS-$releasever - Plus
baseurl=http://mirrors.oschina.com/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
bubuko.com,布布扣

最后保存配置文件。

3. 更新yum源配置

yum update

(如果不愿更新软件,选择N即可)

 

(来源:http://www.cnblogs.com/shockerli/p/3716893.html

CentOS修改yum更新源,布布扣,bubuko.com

CentOS修改yum更新源

标签:blog   http   os   strong   文件   for   ar   cti   

原文地址:http://www.cnblogs.com/liuzhi/p/3917047.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!