Results 1 to 7 of 7
Hi.
I have a problem With yum
[~]# yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 28, in ?
import yummain
ImportError: No module named yummain
I hope ...
- 10-22-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 4
I have a problem With yum
Hi.
I have a problem With yum
[~]# yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 28, in ?
import yummain
ImportError: No module named yummain
I hope to find help
Thank you.
- 10-23-2009 #2
Hi. That means the user doesn't have correct permission. Try it as
Code:sudo yum update
- 10-23-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 4
[~]# sudo yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 28, in ?
import yummain
ImportError: No module named yummain
- 10-23-2009 #4
What distro are you running? Fedora, RHEL? And what release?
- 10-23-2009 #5Just Joined!
- Join Date
- Oct 2009
- Posts
- 4
CentOS 5 32Bit
# uname -r
2.6.18-92.1.13.el5.028stab059.6
Thank you for reply
- 10-23-2009 #6
The problem seems to be a python module that yum needs didn't get updated.
Yum problem with CentOS - help please - LinuxQuestions.org
- 10-23-2009 #7Just Joined!
- Join Date
- Oct 2009
- Posts
- 4
thanks reed9.


Reply With Quote
