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.
562 B
562 B
accueil
Installation de mono
sudo apt install mono-complete
Installation de vscode-mono-debug
sudo apt install npmgit clone --recursive https://github.com/microsoft/vscode-mono-debugcd vscode-mono-debugnpm installmakesudo 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