This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
mono-devel_installation [2018/01/21 19:54] administrator |
mono-devel_installation [2019/01/11 09:19] (current) administrator |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mono-devel package installation: | ||
| - | ---- | + | You need Mono version 5.10.0.160 |
| - | Mono-devel package installation: | + | |
| - | ---- | + | ===== Installing mono-devel on Ubuntu: ===== |
| - | You need the nightly build (Version | + | < |
| + | sudo apt-key adv --keyserver hkp:// | ||
| + | sudo apt install apt-transport-https | ||
| + | echo "deb https:// | ||
| - | Installing mono-devel on Ubuntu: | ||
| - | < | ||
| - | echo "deb http:// | ||
| sudo apt-get update | sudo apt-get update | ||
| - | sudo apt-get install mono-devel</ | + | sudo apt-get install mono-devel |
| + | </ | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ===== Uninstalling mono-devel on Ubuntu: ===== | ||
| + | < | ||
| + | sudo apt-get purge libmono* cli-common mono-runtime | ||
| + | sudo apt-get autoremove | ||
| + | </ | ||
| + | |||
| + | **<color red> | ||