Installing trunk Mono on Ubuntu
Posted
by kalvi
on Server Fault
See other posts from Server Fault
or by kalvi
Published on 2009-05-29T00:09:15Z
Indexed on
2010/04/06
18:23 UTC
Read the original article
Hit count: 825
I am quite new to linux. I have to install Mono on a linux machine from souce code. I know the general method: read-instructions, install-dependencies, ./configure, make, make install. However this approach doesn't fit into the general Ubuntu package management routine. Other programs I install from .debs won't be able to notice the version of Mono. Also I can't remove Mono using standard Ubuntu package management tools.
Is there an easy solution? I have seen that Ubuntu actually has several separate packages for the Mono project. Should I build packages from Mono? How can I follow the same conventions as the ubuntu packagers? Where should I look for info on packaging? Can you give step by step instructions?
Thanks!
© Server Fault or respective owner