Click here to Skip to main content
15,868,101 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 16.9K   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 

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.