0

I am using Ubuntu 14.04. I like default unity desktop environment, but now I want to try Kubuntu. So please tell me a way to do that.

I should have options for choosing which desktop environment to start at log in screen as i do not want to replace unity with KDE. So please help me... Thanks in advance!!!!

Maythux
  • 87,123
Krishna
  • 27

1 Answers1

-1

for Kubuntu:

sudo apt-get install kubuntu-desktop 

EDIT: for gnome3

sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get dist-upgrade 
sudo apt-get install gnome-shell ubuntu-gnome-desktop 
Maythux
  • 87,123