当前位置:网站首页>运行yum报错Error: Cannot retrieve metalink for reposit

运行yum报错Error: Cannot retrieve metalink for reposit

2022-08-02 11:16:00 51CTO


运行yum报错Error: Cannot retrieve metalink for reposit




今天给Centos通过rpm -Uvh装了个epel的扩展后,执行yum就开始报错:


Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again


在网上查了查,解决办法都是编辑/etc/yum.repos.d/epel.repo,把基础的恢复,镜像的地址注释掉


#baseurl
mirrorlist


改成


baseurl
#mirrorlist


到这里还必行,记得清理一下:
[[email protected] yum.repos.d]# yum clean all

原网站

版权声明
本文为[51CTO]所创,转载请带上原文链接,感谢
https://blog.51cto.com/u_15739274/5535902