CentOS7.X更新yum源

Posted feilstar

tags:

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

对于新装的系统,最好更新一下yum源,不然有的软件用yum命令安装不上,因为该软件不在默认的源中。

1.备份原来的yum源

# cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo-backup

2.设置aliyun的yum源

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

3.添加EPEL源

# wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo

4.清理缓存,生成新缓存,执行yum系统更新

# yum clean all

# yum makecache

# yum update(可选)

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

在centos7.x上chrome浏览器yum源配置

Linux CentOS7.x安装docker全过程

Linux CentOS7.x安装docker全过程

CentOS6.x和CentOS7.x字符界面安装图形界面方法

CentOS7.X中使用yum安装nginx

CentOS7.x安装mariadb-10.3