mono

Runtime for the .NET Framework. More information: <https://www.mono-project.com/docs/>.

Install

All systems
curl cmd.cat/mono.sh
Debian Debian
apt-get install mono-runtime
Ubuntu
apt-get install mono-runtime
Arch Arch Linux
pacman -S mono
image/svg+xml Kali Linux
apt-get install mono-runtime
Fedora
dnf install mono-runtime
Windows (WSL2)
sudo apt-get update sudo apt-get install mono-runtime
OS X
brew install mono
Raspbian
apt-get install mono-runtime

Runtime for the .NET Framework. More information: <https://www.mono-project.com/docs/>.

  • Run a .NET assembly in debug mode:
    mono --debug path/to/program.exe
  • Run a .NET assembly:
    mono path/to/program.exe

© tl;dr; authors and contributors