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?
Asked
Active
Viewed 2,300 times
2 Answers
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,431
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
- 104,119