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).
Asked
Active
Viewed 5.2k times
1 Answers
116
mono --version
should tell you.

Alex Martelli
- 854,459
- 170
- 1,222
- 1,395
-
Which part of that contains the mono version? Is it this: Mono JIT compiler version 3.2.0 ((no/7c7fcc7 Tue Jul 23 19:59:39 EDT 2013)? – jjxtra Oct 31 '13 at 21:32
-
@PsychoDad yes, you have version 3.2.0 – Sean Colombo Mar 12 '15 at 18:46