下面是具体的所有的错误信息,请高人指点,希望能药到病除,谢谢啦!!!
#yum -v
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
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.4.4 (#1, Dec 19 2006, 11:38:39)
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://wiki.linux.duke.edu/YumFaq
错误代码到此为止。
运行 man yum 后可以显示帮助信息。
使用 rpm -q yum 情况如下:
[root@XFun dl]# rpm -q yum
yum-3.0.1-2.fc6
[root@XFun dl]#
欢迎有类似经验或者大侠们能慷慨解囊相助,小生不胜感激。


lyuser 于 2017-01-03 20:50:56发表:
怎么我改了没用呢
于 2012-04-23 16:55:30发表:
解决办法
修改yum文件
#vi /usr/bin/yum
将 #!/usr/bin/python 修改为 #!/usr/bin/python2.4
wangxiaofeng68 于 2006-12-23 21:31:46发表:
楼上说的俺不明白啊 ,哪位贤人还有招啊?
iamfriday 于 2006-12-22 22:29:20发表:
写得很清楚么……
貌似是没有对应于Python的yum模块~
换成apt吧~:0L