About Mono
Mono is an open-source implementation of the .Net Common Language Runtime (CLR). It allows you to run many .Net binaries under Unix-like systems. It is not a .Net emulator (as the misconception goes) and allows Unix style systems to natively run CLR based applications. It is required to run McMyAdmin under unsupported non-Windows systems.
More information about mono is available from the
Mono Website.
Checking the currently installed version
You can check the currently installed version of Mono using the following command line:
mono --version
McMyAdmin requires Mono 2.10.5 or above to run.
Mono Installation Instructions
Officially Supported
These distributions are active test targets, and support is provided for them.
Unofficially Supported
The following OSs/Distributions are not active test targets, and information on them is provided by the community.