How do you find out which version of mono is installed on a CentOS machine? (N00b alert - what's the command prompt/shell command to find the version number of mono?)

link|improve this question

40% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Mono ships with a number of command line tools including the compiler (mcs), the interpreter (mint), and of course mono to name the main tools. Assuming you mean mono itself, simply run:

mono -V

or

mono --version
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.