前言:
阿里云地址
https://developer.aliyun.com/mirror/
一、 备份
cd /etc/yum.repos.d/ && mkdir bak
mv *.repo *repo.rpmnew ./bak/
二、 配置阿里云yum源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
#或者
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
#进入目录
cd /etc/yum.repos.d/
wget https://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache
三、 配置阿里云epel源
wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo
#或者
cd /etc/yum.repos.d/
wget https://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum makecache
文章来源:https://www.toymoban.com/news/detail-818249.html
四、测试
yum install -y httpd
文章来源地址https://www.toymoban.com/news/detail-818249.html
到了这里,关于CentOS配置阿里云yum源和阿里云epel源的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!