Amazon AMI Linux 2 安装epel方式

网上说的方法都不太靠谱的说,官方安装epel的方式如下:

amazon-linux-extras install epel

当然,如果国内的AWS这么弄完发现不好用的话,可以用阿里的源:

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

随后即可正常安装remi源了,当然,国内的话推荐清华的源:

yum install -y https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/remi-release-7.rpm

未经允许不得转载:阿藏博客 » Amazon AMI Linux 2 安装epel方式