Centos 7 配置阿里云 yum源和 安装 EPEL源

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 7 配置阿里云 yum源和 安装 EPEL源相关的知识,希望对你有一定的参考价值。

配置阿里云 yum
wget -O /etc/yum.repos.d/CentOS-Baseali.repo http://mirrors.aliyun.com/repo/Centos-7.repo
下载 repo到相应目录中

cd /etc/yum.repos.d/
切换至 yum.repos.d 目录

ls
查看目录中文件

yum clean all
清空yum缓存

yum makecache
建立yum缓存

yum reposlist
查看仓库列表

安装EPEL源

yum list | grep epel-release
查看 仓库中 是否有 epel-release

yum install -y epel-release
安装EPEL源

ls
查看yum.repos.d 目录中文件
#多了epel.repo和epel-testing.repo

再次运行yum clean all 清除缓存,运行 yum makecache 生成新的缓存

yum repolist
查看仓库

完成!

以上是关于Centos 7 配置阿里云 yum源和 安装 EPEL源的主要内容,如果未能解决你的问题,请参考以下文章

配置阿里云 yum 源和 EPEL 源

Centos-Stream 配置本地yum源和配置阿里云yum源

Centos7更改yum源和epel源到阿里云

CentOS7 配置 yum 源和 epel 源

centos 7 安装国内阿里云yum源

Centos7.4配置本地yum源和阿里源并配置yum优先级