0

I am current using Ubuntu 13.10 dist and I'm very happy to use Unity than Gnome shell. Now I would like to remove gnome shell completely and install Cinnamon desktop(I just want Unity and Cinammon in my selection) into ubuntu Dist. What is the safety way to do that?

Jorge Castro
  • 71,754
taymindis Woon
  • 1,463
  • 5
  • 16
  • 18

2 Answers2

0

By default your ubuntu has unity unless you removed it.

for removing gnome

sudo aptitude remove gnome-shell

and then you may need reboot or just logout and login by unity desktop.

shgnInc
  • 4,003
0

The latest versions of cinnamon conflict with gnome packages which is presumably why you want to remove gnome. I don't have gnome installed to check this but on my Debian, installing cinnamon automatically removes gnome. So, almost certainly, running this will be enough:

sudo apt-get install cinnamon

Test it first by running it in simulate mode:

sudo apt-get -s install cinnamon

That will show you the packages that will be installed or removed. There should be along list of gnome packages that will be removed there. If you see such a list, just go ahead and install cinnamon.

terdon
  • 100,812