解决Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again错误

技术分享 2022-12-12

将epel源文件中的https转为http。

epel也正好支持http+https两种方式。

sed -i 's#https://#http://#g' /etc/yum.repos.d/epel*repo

问题解决了。

评论 (0)

发表评论

最多500字符

验证码

暂无评论

成为第一个评论的人吧!