centos (系统应用)添加yum源

Posted Mita Chen

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

 

(CentOS 5

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo

 

CentOS 6

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

 

CentOS 7

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.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源的主要内容,如果未能解决你的问题,请参考以下文章

系统安装-007 CentOS7yum源添加删除及其yum优化(转)

如何配置Centos 6.5 的yum源

如何配置Centos 6.5 的yum源

centos5.4系统,在vmware虚拟机中,配置本地yum源

CentOS 7的yum更换为国内的阿里云yum源

centos7 添加网络yum源