yum -y install epel-release
yum clean all
yum makecache
yum -y install jq
yum Cannot retrieve metalink for repository: epel/x86_64
# 将https转为http
sed -i ‘s#https://#http://#g‘ /etc/yum.repos.d/epel*repo
yum clean all
yum makecache
yum -y install jq
原文:https://www.cnblogs.com/JaxYoun/p/13373182.html