Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Mono version >= 3.10.0 on Ubuntu 14.04 LTS?

I installed mono with:

apt-get install mono-complete

but version that come from trusty is is 3.2.8 I follow the installation instructions also form mono-project.com but this result also in version 3.2.8. I am willing to resolve to compile and install from source as a last choice.

like image 409
NexusStar Avatar asked Mar 17 '23 05:03

NexusStar


1 Answers

Due to the Ubuntu policies (mainly on product support aspects), its own repository feeds won't contain latest Mono, but the stable release when each Ubuntu releases were prepared.

To use latest Mono, you must add Xamarin's feed and use that to install or upgrade,

http://www.mono-project.com/download/#download-lin

like image 168
Lex Li Avatar answered Mar 18 '23 18:03

Lex Li