Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: TheQuirk on 10 May 2002, 21:17
-
How do I uninstall KDE 2.2 and make a fresh KDE 3.0 install?
Step by step instructions would be much appreciated!
-
lucky for you, we already had this conversation.
http://forum.fuckmicrosoft.com/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=5&t=000178 (http://forum.fuckmicrosoft.com/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=5&t=000178)
but its pretty simple. At the command line do
# rpm -qa | grep kde
you have to remove all the rpms that he shows, make sure to remove the dependencies first if it shows any.
to remove most of the kde rpms do:
# rpm -e kde*.rpm
then do "rpm -qa | grep kde"
and remove whats left that it shows.
After that you have to dl the RPMs for KDE3 and go into the directory where you downloaded them and do:
# rpm -Uvh *.rpm --nodeps --force
and that should do it, i think.
[ May 10, 2002: Message edited by: Master of Reality ]
-
And how do I remove dependencies? :confused:
-
Never mind, got it.
On the other hand, I can't figure this one out: How do I keep Mandrake from not booting into graphic mode (and letting me load KDE3?)
-
quote:
On the other hand, I can't figure this one out: How do I keep Mandrake from not booting into graphic mode (and letting me load KDE3?)
Go to: /etc/inittab and look for this line:
Change the "5" to a "3": that will cause'Drake to boot into Run Level 3. This is the command line mode without X. You can always type in "startx" when you want to use the GUI.
_____________________________________
Powered by Mandrake Linux and Freedom
(http://www.otakupc.com/etsig/dolphin.gif)
If software can be free, why can't dolphins?