问题之一:
Yum报错[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
解决办法:
http://mirrors.163.com/.help/centos.html下载CentOS6-Base-163.repo到/etc/yum.repos.d
可以到页面,把centos 6点开的内容复制到CentOS-Base.repo文件中
然后命令:
yum makecache
问题之二:
yum [Errno 256] No more mirrors to try 解决方法
到etc/yum目录下
# yum update
# yum clean all
# yum makecache
# yum -y update
YUM安装遭遇: [Errno 256] No more mirrors to try:http://www.linuxdiyf.com/linux/2296.html
linux errno查看和使用:http://www.linuxdiyf.com/linux/13956.html
Linux错误号(errno)对应错误一览:http://www.linuxdiyf.com/linux/7981.html