Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Determine what version of Mono is running on linux?

Tags:

linux

mono

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

like image 812
emalamisura Avatar asked May 03 '10 01:05

emalamisura


People also ask

Where is Mono installed on Linux?

Mono is Microsoft's . NET compatible and based on EMCS. Mono can be installed on Linux Mint 20 from the synaptic package manager, command line, and mono official repositories.

What is Mono command in Linux?

DESCRIPTION. mono is a runtime implementation of the ECMA Common Language Infrastructure. This can be used to run ECMA and . NET applications. The runtime contains a native code generator that transforms the Common Intermediate Language into native code.


1 Answers

mono --version should tell you.

like image 72
Alex Martelli Avatar answered Sep 22 '22 15:09

Alex Martelli