How to Install and Uninstall mono-mcs Package on Kali Linux

Last updated: May 14,2024

1. Install "mono-mcs" package

Please follow the instructions below to install mono-mcs on Kali Linux

$ sudo apt update $ sudo apt install mono-mcs

2. Uninstall "mono-mcs" package

This guide let you learn how to uninstall mono-mcs on Kali Linux:

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

3. Information about the mono-mcs package on Kali Linux

Package: mono-mcs
Source: mono
Version: 6.8.0.105+dfsg-3.5
Installed-Size: 1958
Maintainer: Debian Mono Group
Architecture: all
Replaces: mono-devel (<< 2.4.2.3), mono-dmcs (<< 3.0~), mono-gmcs (<< 3.0~)
Depends: mono-runtime (>= 3.0~), libc6 (>= 2.37) | libc6.1 (>= 2.37) | libc0.1 (>= 2.37), libmono-corlib4.5-cil (>= 6.8.0.105), libmono-system-core4.0-cil (>= 5.18.0.240), libmono-system-xml4.0-cil (>= 4.6.1.3), libmono-system4.0-cil (>= 5.18.0.240), libmono-corlib4.5-cil (<< 6.8.0.106), libmono-microsoft-csharp4.0-cil
Recommends: pkg-config
Breaks: mono-dmcs (<< 3.0~), mono-gmcs (<< 3.0~)
Size: 541856
SHA256: 52ea687b3a4821a3a155db4319774d6dc61bf1d63784135ed0fe73373825d196
SHA1: ec1fb29087e04ea8250f57719c28251b26d8292c
MD5sum: 369b7bf81cb453c26ea80860b7f21f8d
Description: 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:
Homepage: http://www.mono-project.com/
Tag: devel::compiler, devel::ecma-cli, devel::lang:c-sharp, devel::library,
implemented-in::c-sharp, interface::commandline, role::devel-lib,
role::program
Section: cli-mono
Priority: optional
Filename: pool/main/m/mono/mono-mcs_6.8.0.105+dfsg-3.5_all.deb