Hello,
I get this error anytime I try to run yum.
root@server1 [/etc]# yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 22, in ?
import yummain
File "/usr/share/yum/yummain.py", line 22, in ?
import clientStuff
File "/usr/share/yum/clientStuff.py", line 18, in ?
import rpm
ImportError: No module named rpm
It will give me this error no matter what command I try to type using yum, I first noticed it when I tried to run yum install ncompress
Any idea on what is wrong, what I need to do, or how I can fix this?
Thanks