博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
yum问题解决
阅读量:4883 次
发布时间:2019-06-11

本文共 1005 字,大约阅读时间需要 3 分钟。

错误信息1:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named urlgrabber
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Nov 22 2013, 12:16:22)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
解决办法:
进入这个网址:http://urlgrabber.baseurl.org/download/
通过wget命令下载 wget http://urlgrabber.baseurl.org/download/urlgrabber-3.10.tar.gz
解压并进入该目录下执行该命令:python setup.py install
错误信息2:
Loaded plugins: fastestmirror
Error: File contains no section headers.
file: file:/etc/yum.repos.d/CentOS-Debuginfo.repo, line: 1
'eme=CentOS-6 - Debuginfo\n'
执行如下命令即可解决:
cd /etc/yum
cd yum.repos.d
mv CentOS-Debuginfo.repo CentOS-Debuginfo.repo.bak

转载于:https://www.cnblogs.com/youcong/p/7868242.html

你可能感兴趣的文章
bzoj 2281: [Sdoi2011]黑白棋
查看>>
bzoj 4475: [Jsoi2015]子集选取
查看>>
团队开发7
查看>>
java之静态代理与动态代理
查看>>
软件测试2019:第四次作业
查看>>
201571030335 + 小学四则运算练习软件项目报告
查看>>
不用代码就能实现get与post
查看>>
gdb基本调试命令
查看>>
互联网开放平台API安全设计
查看>>
OPMN
查看>>
LOG收集系统(一):原日志至收集
查看>>
【文摘】经营十二条
查看>>
清除浮动的方法
查看>>
Logstash连接Elasticsearch异常
查看>>
洛谷P4287 [SHOI2011]双倍回文(回文自动机)
查看>>
用户交互程序,格式化输出
查看>>
GNOME的发展与对比
查看>>
SPOJ PT07X Vertex Cover
查看>>
$ python-json模块的基本用法
查看>>
5.6.3.4 trim()方法
查看>>