How to Install mono-dmcs software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install mono-dmcs software package in Ubuntu 14.04 LTS (Trusty Tahr)

mono-dmcs software package provides Mono C# 4.0 compiler for CLI 4.0 (transitional package), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install mono-dmcs 

mono-dmcs is installed in your system.

Make ensure the mono-dmcs package were installed using the commands given below,

$ sudo dpkg-query -l | grep mono-dmcs *

You will get with mono-dmcs package name, version, architecture and description in a table

mono-dmcs package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Mono/CLI
Package mono-dmcs
Version 3.2.8+dfsg-4ubuntu1.1
Description Mono C# 4.0 compiler for CLI 4.0 (transitional package)
Sub Section Cli-mono


See Also, How to uninstall or remove mono-dmcs software package from Ubuntu 14.04 LTS (Trusty Tahr)?