Mono on Ubuntu
Spent a little while figuring out the correct incantation to get Mono installed on Ubuntu so I thought I’d post it as a reminder for myself (and possibly as an instruction for others).
Step 1.
Enable the universe repository (see here for instructions if you’re really not sure how to do that).
Step 2.
Do the following from a terminal:
$ sudo apt-get install mono monodoc libgnome-cil
Updated
It turns out libgtk-cil doesn’t provide all the dependencies you need to run monodoc (and possibly other applications) – using libgnome-cil does provide them.
NB: This is based on the Debian install instructions in Mono: A Developers Notebook but the gtk-sharp package has been renamed (this will also apply to Debian unstable).
Step 3.
There is no step 3. Don’t you just love apt-get?
Related posts:
Related posts brought to you by Yet Another Related Posts Plugin.
Recent comments
This theme was designed by Chris Wallace and is licensed under the GNU General Public License.
Check out his cool WordPress Themes. Released by Six Revisions in the year of the rat.
look good
14 Nov 2004 7:01 am
Thanks for the links.
14 Nov 2004 7:01 am
Thanks. This helped a lot.
14 Nov 2004 7:01 am
great….<br />
i just needed that…<br />
thanks a lot.
14 Nov 2004 7:01 am
Thanks for this. I too have the O’Reilly book, but without the knowledge that the gtk-sharp package had since been renamed as libgnome-cil, I would have been well and truly stuck!
14 Nov 2004 7:01 am
Thanks – this is really helpful after trying to setup Mono from source for the last 3 hours.
14 Nov 2004 7:01 am
This doesn’t work, I get an error – <br />
<br />
The following packages have unmet dependencies:<br />
libgnome-cil: Depends: libgda2-1 (>= 1.0.4) but it is not installable<br />
Depends: libgnomedb2-3 (>= 1.0.4) but it is not installable<br />
<br />
Any ideas what is going on?<br />
<br />
Thanks
14 Nov 2004 7:01 am
I am a new newbie. Where should I get “mono” and “monodoc”?<br />
Thanks,
14 Nov 2004 7:01 am
Thanks man!
14 Nov 2004 7:01 am
thanks, it came in handy to me too.