I'm new to mono and monodevelop.
I have Ubuntu 16.4 64-bit and installed both products as described on their respective websites.
The problem is: monodoc doesn't work.
It seems to depend on a package libgluezilla, which is not available anymore. (It's neither in the ubuntu nor in the mono package sources.)
I am surprised that I did not find anything about this problem on the web (at least not in the monodoc context) although I assume that others have this problem, too.
On http://www.mono-project.com/docs/gui/winforms/webbrowser I read that libgluezilla is related to gecko, which is only one of several supported browser engines. So I tried:
$ monodoc --engine GtkHtml
$ monodoc --engine WebKit
... (for all browser engines listed on the monodoc man page)
But in all cases monodoc complained about the missing libgluezilla.
Did you have this problem, too, and if yes, how did you handle it?
Do you just do without monodoc? (F1 seems not to work in monodevelop anyway. (In Visual Studio F1 launches the API browser for the currently selected class/method/....))
I do not really want to install any old .deb-archives, which might involve security issues.
Regards