当前位置:   article > 正文

CentOS配置阿里云yum源和阿里云epel源_yum 安装 epel

yum 安装 epel

前言:

阿里云地址

https://developer.aliyun.com/mirror/
  • 1

一、 备份

cd /etc/yum.repos.d/ && mkdir bak
mv *.repo *repo.rpmnew ./bak/

  • 1
  • 2
  • 3

在这里插入图片描述

二、 配置阿里云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

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

在这里插入图片描述

三、 配置阿里云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

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

在这里插入图片描述

四、测试

yum install -y httpd
  • 1

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/82229
推荐阅读
相关标签
  

闽ICP备14008679号