ARBI BOT

Trace:

This is an old revision of the document!



Mono-devel package installation:


You need the preview release (Version 5.10.0.125).

Installing mono-devel on Ubuntu:

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 nightly-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-nightly.list
echo "deb https://download.mono-project.com/repo/ubuntu preview-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-preview.list
sudo apt-get update
sudo apt-get install mono-devel

How to install mono-devel on other Linux distributions.

Uninstalling mono-devel on Ubuntu:

sudo apt-get purge libmono* cli-common mono-runtime
sudo apt-get autoremove

WARNING: DO NOT UPDATE MONO FOR NOW.USE ONLY Version 5.10.0.125.