I have run: sudo apt-get build-dep monodevelop
but it returned:
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
builddeps:monodevelop : Depends: libmono-cecil-cil-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
$ sudo apt-get install libmono-cecil-cil-dev libmono-cecil-cil libmono-cecil-private-cil
: which gives the error: http://paste2.org/NwGBU6gj. – Josh Pinto Sep 19 '16 at 12:38