Results 1 to 4 of 4

Thread: How to install mono in Ubuntu

  1. #1
    Join Date
    May 2011
    Posts
    63

    How to install mono in Ubuntu

    I am new to Linux platform and more specifically Ubuntu. I was a windows user previously and use to code for .NET based applications. But, know I am addicted to Ubuntu and, I love, How stable the operating system is, I would like to know how use and install mono on Ubuntu. Because, I am developing applications using .net technologies, I need to test my code somewhere and as I have removed windows from my pc. I need some interface on Ubuntu through which I can execute .net program‘s and I guess that‘s done by mono.

  2. #2
    Join Date
    Jun 2009
    Posts
    4,134

    Re: How to install mono in Ubuntu

    You are right about Ubuntu and made a right choice of switching to Ubuntu. And you are also right about the use of mono for running .net applications on Ubuntu. The only thing you did not mention is that mono develops and mono runtime are two different things. We need mono run –times installed in order to run and install mono develop. In order to install mono develop you need to open your terminal window in Linux (Ubuntu) and then enter the following command in to it
    sudo apt-get install mono-gac mono-gmcs mono-xsp mono-utils monodevelop monodoc-browser monodevelop-nunit monodevelop-version
    After running this into your terminal browser you will see a shiny flashy window which contains the further steps of mono develop installation.

  3. #3
    Join Date
    May 2009
    Posts
    527

    Re: How to install mono in Ubuntu

    Trying install mono develop from the source is very painful but yet a successful and a best way to install it perfectly. You need to understand that you cannot get the features that you used to get on windows .net platform.tou will need to download and install the latest code into your system. For that download mono develop for linux official site and then untar it and remember the location name.
    Now type the following command. /configure –prefix=` pkg-config – variable=prefix mono`
    to set the directory name and then type make to install mono.

  4. #4
    Join Date
    May 2009
    Posts
    539

    Re: How to install mono in Ubuntu

    Most of the time mono comes installed with Ubuntu, but due to different patches and versions released it has stopped budding mono with Ubuntu in the recent releases. So in order to do that you need to download mono develops as well as mono run time from the web. It’s better to download as even if there is previous old version installed into your system will get over ridden by the new one .type the following code in terminal windows please be into root directory for installation type $ sudo bashafter that type $ mkdir /src to create a new directory , $ ./configure --prefix=/usr/local; make; to make it install. Hope that helps you out.

Similar Threads

  1. Audacity only records in mono mode
    By AlpAnA$ in forum Windows Software
    Replies: 5
    Last Post: 23-07-2011, 11:28 AM
  2. Replies: 3
    Last Post: 10-01-2011, 07:07 AM
  3. How can I convert stereo mp3 to mono
    By savio in forum Windows Software
    Replies: 3
    Last Post: 03-10-2009, 08:59 PM
  4. Mono 2.0 free alternative to .NET Framework
    By kattman in forum Windows Software
    Replies: 2
    Last Post: 07-10-2008, 05:34 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,148,986.38604 seconds with 17 queries