1
votes

I have had to update my laptop, and updated to Ubuntu 17.04. I installed monodevelop so that I could continue development of a project I started work on in C#. I had problems initially with monodevelop crashing when I opened any of my previous projects. Now it has opened one, under the "references" list, I have all the following highlighted as not installed:-

  • atk-sharp
  • gdk-sharp
  • glade-sharp
  • glib-sharp
  • gtk-sharp
  • Mono.Posix
  • pango-sharp
  • System

I have looked online to see if I can find an answer to no avail, so my apologies if I have done something silly, but any advice would be appreciated.

Thanks for your help,

3

3 Answers

0
votes

Hi maybe you don't install the mono package.

sudo apt-get install mono-complete
0
votes

MonoDevelop's install procedure has changed from version 5 onwards. It's now a Flatpak install. See here.

0
votes

I have only tonight installed MonoDevelop on Ubuntu. All those in your list are already installed by default, with the exception of glade-sharp.

I followed the instructions here: ( http://www.monodevelop.com/download/ ) which is reproduced below (at the time of writing, this is for version 7.5 (7.5.0.1254)):

sudo apt install apt-transport-https dirmngr
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list
sudo apt update

I am yet to find a solution for glade-sharp