mono
Runtime for the .NET Framework. More information: <https://www.mono-project.com/docs/>.
Install
- All systems
-
curl cmd.cat/mono.sh
- Debian
-
apt-get install mono-runtime - Ubuntu
-
apt-get install mono-runtime - Arch Linux
-
pacman -S mono - Kali Linux
-
apt-get install mono-runtime - Fedora
-
dnf install mono-runtime - Windows (WSL2)
-
sudo apt-get updatesudo 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