John P Verel <[EMAIL PROTECTED]> writes: >> [...] >> everything. I am going to try and upgrade it to 7.3 from 7.2 but first >> I guess I will have to undo the ximian stuff. Any tips on it? > > The only thing that worked for me was to remove all the ximian rpms, > using a KDE Konsole. Presulably a regualr console would work as well. > What I did was > > rpm -qa | grep ximian | lpr, then > > rpm -e --force foo.rpm-ximian through the whole list.
A possibly easier way to achieve the above (for the "daring"): Just log into a text console (possibly from single user mode, or do "telinit 3" to shut down the gnome login screen), and then: rpm -e `rpm -qa | grep ximian` (The "backticks" around the "inner" half of the command cause its output to be used as the command line of the outer half). If it complains about dependencies etc. you might have to use --nodeps or maybe even --force with the -e. > This will leave your machine unusable as a gnome machine. You will then > have to do an upgrade, presumably from the cds/boot floppy you have on > hand. > > After doing this, you'd be free to go back to the ximian site and do a > reinstall. That should work. So long, Joe -- "I use emacs, which might be thought of as a thermonuclear word processor." -- Neal Stephenson, "In the beginning... was the command line" _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list