0

I have bought and install Ubuntu 15.10 installer disc from a local software store. After installing Ubuntu , it comes up with "Gnome" desktop environment. I'm just a newer to Ubuntu and other linux platforms. I want to know "How can I change Gnome Desktop to Unity Desktop & how to switch between them easily". Every steps I want to know to do so. Thanks , askUbuntu Team.

Sithu
  • 1
  • 1
  • Hope this helps you: http://askubuntu.com/questions/450294/how-to-switch-from-unity-to-gnome – Maldini Dec 16 '15 at 06:23
  • You bought the installer disc? I hope you did not pay too much for it... Ubuntu is free open source software. You can download it legally for nothing (or a donation). – Byte Commander Dec 16 '15 at 11:50
  • Yes, I bought the installer disc because our ISP's network speed is slow and not reliable. Thanks bro. – Sithu Dec 17 '15 at 01:25

1 Answers1

1

You can install the Ubuntu Unity desktop environment alongside GNOME desktop environment.

Open a terminal and execute :

sudo apt-get update
sudo apt-get install ubuntu-desktop  

Log out - on login screen select Unity - log back in.
To change back to GNOME desktop environment :
Log out - on login screen select GNOME and log in.

Personal note :

After installation of Unity has finished, I recommend to perform a reboot of the Ubuntu system.

cl-netbox
  • 31,163
  • 7
  • 94
  • 131