Centos配置国内yum源
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos配置国内yum源相关的知识,希望对你有一定的参考价值。
1. Centos配置国内yum源 http://blog.chinaunix.net/uid-23683795-id-3477603.html
网易(163)yum源是国内最好的yum源之一 ,无论是速度还是软件版本,都非常的不错,将yum源设置为163yum,可以提升软件包安装和更新的速度,同时避免一些常见软件版本无法找到。具体设置方法如下:
1.1,进入yum源配置目录
cd /etc/yum.repos.d
1.2,备份系统自带的yum源
mv CentOS-Base.repo CentOS-Base.repo.bk
下载163网易的yum源:
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
1.3,更新玩yum源后,执行下边命令更新yum配置,使操作立即生效
yum makecache
1.4,除了网易之外,国内还有其他不错的yum源,比如中科大和搜狐的,大家可以根据自己需求下载
中科大的yum源:
wget http://centos.ustc.edu.cn/CentOS-Base.repo
sohu的yum源
wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repo
理论上讲,这些yum源redhat系统以及fedora也是可以用 的,但是没有经过测试,需要的站长可以自己测试一下。
2. CentOS6.4配置163的yum源 http://my.oschina.net/1462469/blog/305411
2.1.下载repo文件 wget http://mirrors.163.com/.help/CentOS6-Base-163.repo 2.2.备份并替换系统的repo文件 [[email protected] ~] # cd /etc/yum.repos.d/
[[email protected] ~] # mv CentOS-Base.repo CentOS-Base.repo.bak[[email protected] ~] # mv CentOS6-Base-163.repo CentOS-Base.repo 2.3.执行yum源更新 [[email protected] ~] # yum clean all
[[email protected] ~] # yum makecache
[[email protected] ~] # yum update
以上是关于Centos配置国内yum源的主要内容,如果未能解决你的问题,请参考以下文章