Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / operating-systems / Linux

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

4.00/5 (3 votes)
26 Dec 2013CPOL 17.3K  
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)