You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CheezeNotes/pages/perso-mono-install.md

565 B

Notes

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