4

I've installed gnome desktop and now I don't have unity desktop.

How can I reinstall it?

SamuelNLP
  • 283

2 Answers2

7

Type the following in a Terminal:

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

Now reboot and you should have the Unity desktop environment installed.

Xweque
  • 1,103
6

For dependencies after installing something else try

sudo apt-get check
sudo apt-get install -f

It should repair all problems with dependencies or errors

Edit:

Check this link about installing multiple environments

Check this AskUbuntu either, maybe it could help you

Fernando
  • 83
  • 6