LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Fedora Package Manager Won't Load (https://www.linuxquestions.org/questions/linux-software-2/fedora-package-manager-wont-load-131851/)

tutwabee 01-05-2004 07:07 PM

Fedora Package Manager Won't Load
 
I am using Fedora Core 1. I realized that XMMS has been modified by Redhat so that it won't play music. I downloaded the RPM for XMMS 1.2.8 and tried to install it. Redhat said there was a newer version on my machine. I then tried uninstalling XMMS in the Package Manager. It looked like it had finished (the bar was all the way across) it stayed this way for a minute or two. I finally decided to close it because I figured the application had frozen (I have never seen an app completely freeze in Linux though).

The problem is that now when I try to open the package manager it says it is checking headers to see which packages are installed. It never gets past this screen. I tried double clicking on RPM files to install them and nothing happens at all.

Have I corrupted my package manager? How can I fix it? Is there another way to get into the package manager from the command prompt possibly?

jailbait 01-05-2004 10:46 PM

"Have I corrupted my package manager?"

You have probably corrupted your rpm data base.

"Is there another way to get into the package manager from the command prompt possibly?"

Yes. Log in as root and use the CLI rpm command. See:
man rpm

Try:
rpm --rebuilddb
to rebuild the rpm data base.

Try:
rpm -qa | sort > /root/all.rpms.txt
to create a file with every rpm name in it. If this command works then check the list for reasonableness.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 01:21 AM.