0

I am trying to install GNOME in Ubuntu 16.04 but I get

Unable to correct problems, you have held broken packages. 

I searched for this and tried to sudo apt-get update and upgrade, autoremove, clean, all those commands, but it's not working.

its getting like below

I also tried using aptitude to install GNOME but it didn't install well.

How can I fix it?

Zanna
  • 70,465

1 Answers1

0

I've encountered this issue only once before, and I solved it with the command sudo apt-get clean && sudo apt-get autoclean && sudo apt-get autoremove && sudo apt-get update --fix-missing && sudo apt-get upgrade