

The package mono-dbg should be installed to get debugging symbols for framework libraries - allowing you to get line numbers in stack traces. The package mono-complete should be installed to install everything - this should cover most cases of "assembly not found" errors. The package mono-devel should be installed to compile code. Sudo apt install apt-transport-https ca-certificatesĮcho "deb stable-xenial main" | sudo tee /etc/apt//mono-official-stable.list Sudo apt update Ubuntu 18.04 (i386, amd64, armhf, arm64, ppc64el) sudo apt install gnupg ca-certificatesĮcho "deb stable-bionic main" | sudo tee /etc/apt//mono-official-stable.list Sudo apt-key adv -keyserver hkp://:80 -recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EFĮcho "deb stable-focal main" | sudo tee /etc/apt//mono-official-stable.list Ubuntu 20.04 (amd64, armhf, arm64, ppc64el) sudo apt install gnupg ca-certificates Note: the packages should work on newer Ubuntu versions too but we only test the ones listed below. Tutorial: Create a new app with Visual Studio Code.The package repository hosts the packages you need, add it with the following commands.Installation information is also provided for other distributions. NET from the official archive for your distribution if it's available there, even if it's also available at. These packages are supported by Microsoft. You can still open issues at dotnet/core if you run into problems. Support is provided by those distributions. NET works well on their Linux distributions. Microsoft collaborates with partners to ensure. NET is available in the official package archives for various Linux distributions, including the following ones: NET versions are available in a package manager, and Preview versions are not. NET on various Linux distributions, manually and via a package manager.
