Re: Problems reinstalling yum
Tim Lauridsen <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Lars R. Hole wrote: > Hi, > I am trying to reinstall Yum after I accidentally removed > yum-metadata-parser from my system. However, the following happens: > > [root@lrhpc2 Desktop]# rpm -Uvh http://www.fedorafaq.org/yum > http://rpm.livna.org/livna-release-6.rpm > Retrieving http://www.fedorafaq.org/yum > Retrieving http://rpm.livna.org/livna-release-6.rpm > error: Failed dependencies: > yum is needed by yum-fedorafaq-6-2007.02.03.noarch > [root@lrhpc2 Desktop]# > > Reinstalling yum-metadata-parser does not work either. Any suggestion > on how to proceed? > > Lars > > _______________________________________________ > Yum mailing list > [email protected] > https://lists.dulug.duke.edu/mailman/listinfo/yum Try to run 'rpm -qa | grep "yum" and paste the output. If you have removed 'yum' from your system, you have to download the latest yum rpm from a FC6 Updates repo. And install it with 'rpm -Uvh yum*.rpm' (as root) The following command rpm -Uvh http://www.fedorafaq.org/yum http://rpm.livna.org/livna-release-6.rpm only installes some repo files + GPG keys for different repositories. Tim