mono-find-requires
Mono utilities
Install
- All systems
-
curl cmd.cat/mono-find-requires.sh
- Debian
-
apt-get install mono-utils
- Ubuntu
-
apt-get install mono-utils
- Arch Linux
-
pacman -S mono
- Kali Linux
-
apt-get install mono-utils
- Fedora
-
dnf install mono-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-utils
- OS X
-
brew install mono
- Raspbian
-
apt-get install mono-utils
- Dockerfile
- dockerfile.run/mono-find-requires
mono-utils
Mono utilities
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 various tools useful for CLI developers, like pedump, monodis and monograph.
mono-devel
Mono development tools
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 various development tools and pulls in the default development stack for Mono (which is 4.0 currently).