【发布时间】:2017-02-05 22:24:46
【问题描述】:
yum 根本不起作用,
yum install ,更新不起作用给出以下错误
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 版 蟒蛇2.6
如果有人知道,请帮助我。
EDIT1:
尝试使用 ,
yum --enablerepo=extras install centos-release-scl
加载的插件:fastestmirror
获取附加存储库数据时出错,未找到存储库
遇到上述错误
【问题讨论】:
-
试试
yum --enablerepo=extras install centos-release-scl -
嗨 Bhurhan Khalid,上面的命令是做什么的..?
-
@BurhanKhalid,当我尝试上面的命令时,我得到了一个错误。我粘贴在问题 EDIT1