centOS下更新yum源
Posted alittlemorelove
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centOS下更新yum源相关的知识,希望对你有一定的参考价值。
CentOS下更新yum源
1.使用如下命令,备份/etc/yum.repos.d/CentOS-Base.repo。
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2.进入yum源配置文件所在文件夹。
cd /etc/yum.repos.d/
3.下载163的yum源配置文件,放入/etc/yum.repos.d/。
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
4.运行yum makecache生成缓存。
yum makecache
5.更新系统
yum -y update
6.安装vim。
yum -y install vim*
转载自 无处安放的青春:https://www.cnblogs.com/taomylife/p/7851744.html
以上是关于centOS下更新yum源的主要内容,如果未能解决你的问题,请参考以下文章
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段