标签:yum
测试环境安装epel源
报错提示
Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again
解决方法:
修改文件“/etc/yum.repos.d/epel.repo”, 将baseurl的注释取消, mirrorlist注释掉。即可
如果不行
yum --disablerepo=epel -y update ca-certificates
本文出自 “12666595” 博客,请务必保留此出处http://12676595.blog.51cto.com/12666595/1978655
标签:yum
原文地址:http://12676595.blog.51cto.com/12666595/1978655