Determine what version of Mono is running on linux?

LinuxMono

Linux Problem Overview


Is there a command line I can run to determine what version of Mono I am running on Linux? I am using Ubuntu and I it is command line only (no X Windows installed).

Linux Solutions


Solution 1 - Linux

mono --version should tell you.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionemalamisuraView Question on Stackoverflow
Solution 1 - LinuxAlex MartelliView Answer on Stackoverflow