-1

After updating Ubuntu to 20.04 but is showing Unity. Before 20.04, I had 18.04 upgraded from 16.04 but that also had same desktop environment.

Unity on 20.04

How can I switch to Ubuntu's default GNOME based desktop environment?

Kulfy
  • 17,696

1 Answers1

0

You can install GNOME from official repositories with the commands:

sudo apt update
sudo apt install gnome

Then log out of your current session, and choose GNOME when you log in to your user. That's it.

Nmath
  • 12,333