-3

I want to install Monodevelop in ubuntu for that I follow instruction provided on http://www.mono-project.com/download/#download-lin provided repository for ubuntu 14.04

After following these following. I put command sudo apt-get install mono-complete monodevelop

But unmet dependencies are as follows.

dependencies error

Please help me to get resolve the issue..

Thanks very much..

Community
  • 1
  • 1

1 Answers1

0

The unmet condition is by design. The monodevelop package is too old, so it does not work with latest Mono (5.x) packages.

You can now use the alternative installer from GitHub,

https://github.com/cra0zy/monodevelop-run-installer

I have a blog post to cover more details,

https://blog.lextudio.com/the-success-of-running-monodevelop-7-on-linux-a55f1469b1d1

Lex Li
  • 60,503
  • 9
  • 116
  • 147