首页 > 其他分享> > Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again错误
Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again错误
作者:互联网
出现:
Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again错误。
根据教程更改repo后报错:
failure: repodata/repomd.xml from epel: [Errno 256] No more mirrors to try. http://download.fedoraproject.org/pub/epel/7/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: download.fedoraproject.org; Unknown error"
是因为环境连不上epel,故卸载可解决:
$ rpm -qa | grep epel
epel-release-7-11.noarch
$ yum remove epel-release-7-11.noarch
参考链接:
https://www.cnblogs.com/netflix/p/12199694.html
标签:epel,again,retrieve,x86,Errno,try,64 来源: https://blog.csdn.net/wulitaotao96/article/details/111928153