Quote:
Originally Posted by acid_kewpie
you ask the people in charge of the network.
|
Apparently they dont seem to be able to help. and I tried myself and messed up everything.
I happened to install an old version of yum 2.0.7. It doesnt work. I want to uninstall it and install the latest. Now I face these problems.
Code:
[root@onsager aditya]# rpm -e yum
error: Failed dependencies:
yum = 3.2.0-1.fc7 is needed by (installed) yum-updatesd-3.2.0-1.fc7.noarch
yum >= 2.9.5 is needed by (installed) pirut-1.3.7-1.fc7.noarch
[root@onsager aditya]# sudo rpm -e yum
error: Failed dependencies:
yum = 3.2.0-1.fc7 is needed by (installed) yum-updatesd-3.2.0-1.fc7.noarch
yum >= 2.9.5 is needed by (installed) pirut-1.3.7-1.fc7.noarch
[root@onsager aditya]#
I then used rpm -e yum --nodeps. It looks like it removed a lot. Then i downloaded 3.2.8 and tried installing it. but now this is the problem.
Code:
[root@onsager yum]# ls
yum-3.2.7-1.src.rpm
[root@onsager yum]# rpm -ivh yum-3.2.7-1.src.rpm
warning: yum-3.2.7-1.src.rpm: Header V3 DSA signature: NOKEY, key ID 69886cc7
error: cannot create %sourcedir /usr/src/redhat/SOURCES
[root@onsager yum]#
what do i do?
Plz share your knowledge
--