[Mono-list] how to run mono on Ubuntu ?

Stifu stifu at free.fr
Mon Aug 3 10:57:47 EDT 2009


Hello,

First, try MoMA (works on Windows) on your app: http://mono-project.com/MoMA
That'll give you an idea about whether your app will work with Mono or not.

Then, install Mono on Ubuntu if it's not already there (using synaptic or
apt-get for example, Google for help). Last time I tried Mono on Ubuntu, the
Mono core was installed out of the box, but some components such as WinForms
had to be installed separately.
Keep in mind Ubuntu 9.04 ships with Mono 2.0, while the latest stable
version of Mono is 2.4. So you might want to install 2.4, there are articles
on the net that'll tell you what to do...

Once you have Mono, you can right click your exe, and choose to run it with
Mono (Mono will probably not be proposed at first, you'll have to get to the
app list then select or type "mono", then the option will remain
available)... or command line "mono yourapp.exe".

Hope that helps.


RupakRaj wrote:
> 
> hello,
> i am new to mono and Ubuntu. I am a .net developer and using .net
> framework 3.5 currently. Some of my clients are asking me to develop
> software in linux based OS. But i did not know more about the linux
> environment.
> 
> I listen that Mono can run the application of .net in Linux.
> 
> Can anyone told me how can i run the existing application in Ubuntu using
> Mono?
> I already have application developed using "Visual Studio 2008" and "C#"
> as a front End.
> 
> Thank You
> Rupak Raj Ghimire
> 

-- 
View this message in context: http://www.nabble.com/how-to-run-mono-on-Ubuntu---tp24791308p24792288.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list