mono-sgen
Mono runtime - SGen
Install
- All systems
-
curl cmd.cat/mono-sgen.sh
- Debian
-
apt-get install mono-runtime-dbg
- Ubuntu
-
apt-get install mono-runtime-dbg
- Arch Linux
-
pacman -S mono
- Kali Linux
-
apt-get install mono-runtime-dbg
- Fedora
-
dnf install mono-core
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-runtime-dbg
- OS X
-
brew install mono
- Raspbian
-
apt-get install mono-runtime-dbg
- Dockerfile
- dockerfile.run/mono-sgen
mono-runtime-sgen
Mono runtime - SGen
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. This package contains the Virtual Machine, JIT (Just-in-Time) and AOT (Ahead-of-Time) code generator "mono-sgen". mono-sgen executes applications for the CLI (Common Language Infrastructure). Mono currently only supports the X86, PowerPC, ARM, S/390x, AMD64 and MIPS architectures. This package uses SGen which is Mono's new simple generational garbage collector.
mono-core
code
mono-runtime-dbg
Mono runtime, debugging symbols
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. This package contains the debugging symbols of the Mono JIT/AOT compiler.