Centos yum 换源
Posted 芒果-Vic
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*
以上是关于Centos yum 换源的主要内容,如果未能解决你的问题,请参考以下文章
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段