How to Install and Uninstall mono-mcs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "mono-mcs" package

This guide let you learn how to install mono-mcs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mono-mcs

2. Uninstall "mono-mcs" package

In this section, we are going to explain the necessary steps to uninstall mono-mcs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mono-mcs $ sudo apt autoclean && sudo apt autoremove

3. Information about the mono-mcs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mono-mcs
Priority: optional
Section: devel
Installed-Size: 1875
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Mono Group
Architecture: all
Source: mono
Version: 4.2.1.102+dfsg2-7ubuntu4
Replaces: mono-devel (<< 2.4.2.3), mono-dmcs (<< 3.0~), mono-gmcs (<< 3.0~)
Depends: mono-runtime (>= 2.10.1), libc6 (>= 2.23) | libc6.1 (>= 2.23) | libc0.1 (>= 2.23), libmono-corlib4.5-cil (>= 4.2.1.102), libmono-system-core4.0-cil (>= 4.2.0), libmono-system-xml4.0-cil (>= 4.2.0), libmono-system4.0-cil (>= 4.2.0), libmono-corlib4.5-cil (<< 4.2.1.103), libmono-microsoft-csharp4.0-cil
Recommends: pkg-config
Breaks: mono-dmcs (<< 3.0~), mono-gmcs (<< 3.0~)
Filename: pool/main/m/mono/mono-mcs_4.2.1.102+dfsg2-7ubuntu4_all.deb
Size: 513978
MD5sum: b16dddbb6b03f23d892b1320ae6d423b
SHA1: 29109546f1cce30d39b50cf4cf655e2402e9db18
SHA256: ea01d23c9cbe898447ef8329550b56d3d667d01f2dbcac0a945373fda0e324d6
Description-en: Mono C# 2.0 / 3.0 / 4.0 / 5.0 compiler for CLI 2.0 / 4.0 / 4.5
This is the Mono C# (C-Sharp) 2.0, 3.0, 4.0 and 5.0 compiler,
a platform-independent compiler which produces
CIL (Common Intermediate Language) binary executables.
.
This compiler targets the CLI 2.0, 4.0 or 4.5 runtime version.
.
The mcs compiler supports different C# versions as follows.
With C# 2.0 it supports:
- generics
- iterators (yield)
- nullable value types
- partial types
- anonymous methods
- static classes
- coalesce operator: ??
.
With C# 3.0 it supports:
- Language Integrated Query (LINQ)
- object initializers
- collection initializers
- anonymous types
- local variable type inference
- implicitly-typed arrays
- lambda expressions
- automatic properties
- extension methods
- partial methods
.
With C# 4.0 it supports:
- dynamic binding (duck typing)
- named and optional arguments
- covariant and contravariant generic type parameters
.
With C# 5.0 (which is the default) it supports:
- asynchronous methods
- caller info attributes (as of Mono 3.0 currently not supported!)
.
Mono is a platform for running and developing applications based on the
ECMA/ISO Standards. Mono is an open source effort led by Xamarin.
Mono provides a complete CLR (Common Language Runtime) including compiler and
runtime, which can produce and execute CIL (Common Intermediate Language)
bytecode (aka assemblies), and a class library.
Description-md5: 3f1aba4e9956099bfa702d53c275ffad
Homepage: http://www.mono-project.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m