gacutil2
code
Install
- All systems
-
curl cmd.cat/gacutil2.sh
- Debian
-
apt-get install mono-2.0-gac - Ubuntu
-
apt-get install mono-2.0-gac - Arch Linux
-
pacman -S mono - Fedora
-
dnf install mono-core - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install mono-2.0-gac - OS X
-
brew install mono - Raspbian
-
apt-get install mono-2.0-gac
mono-core
code
mono-2.0-gac
Mono GAC tool (for CLI 2.0)
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 includes a version of the GAC (Global Assembly Cache) tool (gacutil) used by Mono to store shared CIL (Common Intermediate Language) libraries, for CLI 2.0