hello,
perhaps RPM is borked. what happen when you try to install an rpm from the command line?
Hi, i'm back again!
I used the package updater in RH8 for the first time today when i discovered that loads of programming stuff (like gcc!) hadn't been installed at setup. It all went fine and installed stuff off the CDs but now it won't run again!
whenever i click on in it starts up, displays the progress bar telling me it's searching for packages and checking system status, and when the bar has completed the whole application just closes!
Anyone have any ideas on this one?
thanks!
hello,
perhaps RPM is borked. what happen when you try to install an rpm from the command line?
Hmm this is just a longshot, but perhaps (like mine has done a dozen times on me) your rpm db has gone south. Its easy to fix, and even if it isnt the case its REALLY easy.
As root do the following commands
cd /var/lib/rpm
rm __db.*
rpm --rebuilddb
See if that helps by following it up with a :
rpm -qa | grep mozilla
That should display any packages with the name mozilla in it. Change it to something else if you never installed mozilla. Again, do that command as root. I have setup sudo already and prefer that.
info sudo
visudo
Thosecommands will show you what is needed. Basically sudo <command> will grant you adminstrator priveledges if you ahve sudo access setup for your user. Handy, and saves your ass from staying logged in as root, or via su.
I can still use RPM from the command line - i was wondering if there might be an RPM for the package updater program lurking on one of the RH8 cds so that i could reinstall the program - or is it not as simple as that??
will go and try that list of instructions - thanks very much!
hello,
you want to update the program up2date with the one on the disk? sure - it is on disk one - i would remove the one thats on there first. i.e. rpm -e up2date then do a rpm -ivh up2date-3.0.7-1.i386.rpm , if you have the front end you will need to do the same thing with up2date-gnome
Bookmarks