67

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).

emalamisura
  • 2,816
  • 2
  • 29
  • 34

1 Answers1

116

mono --version should tell you.

Alex Martelli
  • 854,459
  • 170
  • 1,222
  • 1,395