CentOS更新yum源

Posted

tags:

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

1、首先备份/etc/yum.repos.d/CentOS-Base.repo

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2、进入yum源配置文件所在文件夹

[[email protected] yum.repos.d]# cd /etc/yum.repos.d/

3、下载163的yum源配置文件,放入/etc/yum.repos.d/(操作前请做好相应备份)

[[email protected] yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

4、运行yum makecache生成缓存

[[email protected] yum.repos.d]# yum makecache

5、更新系统

[[email protected] yum.repos.d]# yum -y update

6、安装vim编辑器

[[email protected] ~]# yum -y install vim*

转自:http://www.cnblogs.com/lightnear/archive/2012/10/03/2710952.html

以上是关于CentOS更新yum源的主要内容,如果未能解决你的问题,请参考以下文章

centos 更新源在哪个文件夹

centOS下更新yum源

centos 7更新yum源与更新系统

CentOS镜像使用帮助--yum更新

CentOS下升级系统 yum update命令 自己配置更新源

CentOS 7更改yum源与更新系统