I have just installed the latest Ubuntu 14.04 and I would like to install KDE along side my Gnome/Unity that I have now. How can I do this?
Thanks!
I have just installed the latest Ubuntu 14.04 and I would like to install KDE along side my Gnome/Unity that I have now. How can I do this?
Thanks!
You can install kde 4.12 easily on ubuntu 14.04 , open terminal :
sudo apt-get update
sudo apt-get install kubuntu-desktop
Enjoy using KDE
sudo apt install kubuntu-desktop
is enough to switch to KDE/Kubuntu.
– Falko Menge
Mar 26 '19 at 13:25
Good answers here, but when installing you'll be asked a question in a terminal about choosing between lightdm and kdm. Either works well and lightdm should be selected by default, just press [ENTER}.
Reboot/logout, and when you go to login again, you'll see a "gear" icon next to your password window. Click it and select KDE, now enter your password.
This option will be remembered until you decide to change.
To answer your question: sudo dpkg-reconfigure lightdm
– K. Darien Freeheart Oct 28 '16 at 07:19
kubuntu-desktop
package for full kde and other pre installed software on kubuntu. – cshubhamrao Apr 21 '14 at 13:28