25

I installed Ubuntu 16.04 I'm getting this error:

E: The package ubuntu-mono needs to be reinstalled, but I can't find an archive for it.

I haven't found the solution. What should I do?

1 Answers1

52

I Found The Solution FINALLY.... first, open the terminal and write this command:

sudo dpkg --remove --force-all ubuntu-mono

after that, write this command

sudo apt-get update
adamency
  • 162