Thursday, January 21, 2016

Monodevelop does not start on Linux Mint 7.3

This is issue is similar to this one but different dependencies. So, I have installed monodevelop like:
$: sudo apt-get install monodevelop
Unfortunately it is not working. Need to install the following dependencies to make it to work
$: sudo apt-get install libmono-cairo2.0-cil

No comments:

Emacs common commands

Character Operations: DELETE : Delete character to the left of point (Also marked ROBOUT) C-d    : Delete character to the right of (or un...