I've never used Linux before until I installed Ubuntu yesterday. I want to install Gnome3, and I've tried plenty of tutorials over the internet but nothing has worked. Whenever I attempt to do sudo apt-get install ubuntu-gnome-desktop
, I get these dependency errors:
The following packages have unmet dependencies:
ubuntu-gnome-desktop : Depends: gdm but it is not going to be installed
Depends: gnome-control-center but it is not going to be installed
Depends: gnome-icon-theme-full but it is not going to be installed
Depends: gnome-online-accounts but it is not going to be installed
Depends: gnome-session but it is not going to be installed
Depends: gnome-shell but it is not going to be installed
Depends: gnome-shell-extensions but it is not going to be installed
Recommends: evolution but it is not going to be installed
Recommends: mcp-account-manager-goa but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I've tried searching for some solutions, but nothing is working so I'm asking here. sudo apt-get install -f
didn't work either.