Click here to Skip to main content
15,887,746 members
Articles / Operating Systems / Linux
Tip/Trick

How to Install Windows Forms 2.0 on Mono in Ubuntu 13.10?

Rate me:
Please Sign up or sign in to vote.
4.00/5 (3 votes)
26 Dec 2013CPOL 17K   6   1
Run .NET Windows forms 2.0 on Ubuntu 13.04

Introduction

So you're looking for a package containing a file called System.Windows.Forms.dll and Mono. I just checked my installation of 13.10, and Windows Forms 2.0 is not installed.

Using the Code

To install Windows forms 2.0 on Mono, just open a Terminal and type the follow commands:

sudo apt-get install libmono-winforms*   

Image 1

Image 2

(optional) You might need to install System.Runtime package as well:

sudo apt-get install libmono-system-runtime2.0-cil     

Image 3

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Portugal Portugal
My name is Nelson Souto, I develop software for fun and profit since 1992.

Comments and Discussions

 
Questionsome useful links for monodevelop Pin
heemanshubhalla20-Jul-14 9:39
heemanshubhalla20-Jul-14 9:39 
XML
There is link that i found it gives simple and easy step by step tutorial for installation of monodevelop on linux it works and easy to implement in 10 minutes
<a href="http://geeksprogrammings.blogspot.com/2014/07/install-monodevelop-on-linux.html">monodevelop install on linux  -- geeksprogrammings</a></pre>

There is link that i found it gives simple and easy step by step tutorial for installation of monodevelop on linux it works and easy to implement in 10 minutes
<a href="http://geeksprogrammings.blogspot.com/2014/06/installation-of-monodevelop.html">monodevelop on windows -- geeksprogrammings</a>

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.