Centos配置163yum源的操作方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos配置163yum源的操作方法相关的知识,希望对你有一定的参考价值。

1、进入存放源配置的文件夹
cd /etc/yum.repos.d

2、备份默认源
mv ./CentOS-Base.repo ./CentOS-Base.repo.bak

3、使用wget下载163的源 http://mirrors.163.com/.help/centos.html
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

4、把下载下来的文件CentOS-Base-163.repo设置为默认源
mv CentOS6-Base-163.repo CentOS-Base.repo

通过上述操作就把默认源修改为163的了。当然上述的第三、四步可以合并为如下:
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo -O CentOS-Base.repo

清除缓存

yum clean all

运行yum makecache生成缓存
yum makecache


以上是关于Centos配置163yum源的操作方法的主要内容,如果未能解决你的问题,请参考以下文章

详解CentOS设置163的yum源的过程

CentOS 6.8yum源的配置

CentOS 7 配置163源

国内yum源的安装(163,阿里云,epel)

国内yum源的安装(163,阿里云,epel)

如何配置Centos 6.5 的yum源