This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
[accueil]()
# Installation de mono
> `sudo apt install mono-complete`
## Installation de vscode-mono-debug
> `sudo apt install npm`
> `git clone --recursive https://github.com/microsoft/vscode-mono-debug`
> `cd vscode-mono-debug`
> `npm install`
> `make`
sudo apt install gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update