yum根本不起作用,
yum install,update doesnt work给出了以下错误
yum update
Loaded plugins: fastestmirror
Setting up Update Process
Loading mirror speeds from cached hostfile
* epel: archive.linux.duke.edu
http://mirror.centos.org/centos/6/SCL/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: scl. Please verify its path and try again
centos版本6.6 python 2.6
如果有人知道,请帮助我。
EDIT1:
试用时,
yum --enablerepo=extras install centos-release-scl
加载的插件:fastermirror
获取额外的存储库数据时出错,找不到存储库
得到上述错误
答案 0 :(得分:0)
我在Centos 7上的解决方案是删除yum
缓存。
rm -rf /var/cache/yum
答案 1 :(得分:-1)
好像你需要配置一些与yum相关的文件,
我试图在网上搜索这个问题,并找到一些适用于其他人的解决方案。
尝试此链接以获得解决方案。
https://github.com/puphpet/puphpet/issues/2321
希望这会有所帮助。
答案 2 :(得分:-1)
在yum.conf.d中,找到使用此断开URL的存储库,然后将enabled标志切换为0,以不使用该存储库。
grep -ril "<url to find>" ./