lucky for you, we already had this conversation.
http://forum.fuckmicrosoft.com/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=5&t=000178but 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 ]