Debian 10 installation of Mono.

Published 09/18/2019 15:10:21 Edit 09/19/2019 13:42:13 by 1230106401
Installing Mono on Debian Buster.

#debian #installation #mono

sudo apt update; apt upgrade
sudo apt install apt-transport-https dirmngr gnupg ca-certificates
sudo apt-key adv --keyserver hkp: //keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
sudo echo "deb https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt-get update
sudo apt install mono-devel

To test your Mono installation go here:





Contact the author
Share
Commentate