View Full Version : Install KDE4 on a system with KDE3
flattit82
August 9th, 2009, 17:50
Hallo, this is my first message on this forum :)
I installed KDE3 by the command pkg_add -r kde.
Now I'd like to install KDE4 on the same system.
Have I to uninstall KDE3 before? In this case which command have I to use?
Or may I install KDE4 without uninstalling anything?
Thx to all who'll reply me.
Have a nice day!
Federico
adamk
August 9th, 2009, 18:27
You can have KDE3 and KDE4 installed on the same system without any problems.
Adam
zeiz
August 10th, 2009, 06:30
What I would do if had installed KDE3 by mistake:
# rm -rf qt\*
this also deletes old version of QT along with KDE3.
then run:
# pkgdb -F
# pkg_version -v | grep proto
very important are xproto and xcb-proto:
# portupgrade -r xproto
# portupgrade -r xcb-proto
# portupgrade -r <all other proto>
# portupgrade -a -P
last check is everything up-to-date:
# pkg_version -v
# cd /usr/ports/x11/kde4 && make install clean
This takes a while (at least 10 hours) so
if I prefer previous KDE4-4.2.4 then:
# pkg_add -r kde4
I am not sure if KDE3.5 will coexist with KDE4.3 but it will with KDE4.2 and I had such set in my box when KDE4 was a newbie. However it bothered me every time to edit /etc/ttys because in there tty8 is in charge:
/usr/local/bin/kdm (edit xdm to kdm) ...on (edit off) - for KDE3
/usr/local/kde4/bin/kdm ............ for KDE4
Good luck.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.