15

I have installed and used Ubuntu, and now I want to try the GNOME desktop environment.

I don't know where to start. Could you give me some guidance?

Thanks!

You'reAGitForNotUsingGit
  • 14,669
  • 9
  • 48
  • 83
Never Say Never
  • 259
  • 1
  • 3
  • 6

2 Answers2

42

Installing Gnome-Shell

Open a terminal and first of all fetch the latest package informations via

sudo apt update

Then install gnome-shell via the following command

sudo apt install ubuntu-gnome-desktop

If that finished, logout and back in the login-dialog (most likely lightdm) choose your session type and relogin to a new session - this time using Gnome. enter image description here

You'll find some documentation for the gnome project here.

dufte
  • 12,772
  • 5
  • 38
  • 43
8

Go to the terminal and type this command:

sudo apt-get install ubuntu-gnome-desktop

Logoff, then select the Gnome Desktop at the login screen.

Videonauth
  • 33,045
  • 16
  • 104
  • 120