Hi I am trying to inall the yum installer ( yum-2.2.0-1.noarch.rpm ) from http://linux.duke.edu/projects/yum/download/2.2/
rpm -ivh yum-2.2.0-1.noarch.rpm warning: yum-2.2.0-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 69886cc7 Preparing... ########################################### [100%] 1:yum ########################################### [100%]
i restarted yum and it started with no error
[root@esha software]# /etc/init.d/yum start Enabling nightly yum update: [ OK ]
but when i try to install gcc it give me the following error
[root@esha software]# yum install gcc Traceback (most recent call last): File "/usr/bin/yum", line 6, in ? import yummain File "/usr/share/yum-cli/yummain.py", line 23, in ? import yum ImportError: No module named yum [root@esha software]#
can some one help me with this error ...
thanks