ARBI BOT

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
mono-devel_installation [2018/05/31 03:00]
administrator
— (current)
Line 1: Line 1:
  
----- 
-Mono-devel package installation: 
- 
----- 
- 
-You need Mono version 5.10.0.160 
- 
-Installing mono-devel on Ubuntu: 
-<code> 
-sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF 
-sudo apt install apt-transport-https 
-echo "deb https://download.mono-project.com/repo/ubuntu xenial/snapshots/5.10.0.160 main" | sudo tee /etc/apt/sources.list.d/mono-official-preview.list 
- 
-sudo apt-get update 
-sudo apt-get install mono-devel 
-</code> 
- 
-[[http://www.mono-project.com/download/preview/#download-lin|How to install mono-devel on other Linux distributions.]] 
- 
-Uninstalling mono-devel on Ubuntu: 
-<code> 
-sudo apt-get purge libmono* cli-common mono-runtime 
-sudo apt-get autoremove 
-</code> 
- 
-**WARNING:** __DO NOT UPDATE MONO FOR NOW.USE ONLY Version 5.10.0.125 or 5.10.0.160.__