今天给Centos通过rpm -Uvh装了个epel的扩展(RHEL/CentOS 6 64-Bit) # wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm 执行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
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
原创
©著作权归作者所有:来自51CTO博客作者mshaiting的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:Get value from agent failed: cannot connect to [[ip]:10050]: [4] [Interrupted system call]
下一篇:我的友情链接
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
Fix the “The repository no longer has a Release file” error on Ubuntu 23.04
背景信息在Ubuntu 23.04操作系统上执行apt-get update命令更新操作系统时,得到以下错误# apt-get updateIgn:1 http://mirrors.aliyun.com/ubuntu lunar InReleaseIgn:2 http://mirrors.aliyun.com/ubuntu lunar-updates InReleaseIgn:3 http:
ubuntu 23.04 apt mirrors.aliyun.com apt-get update
















