Skip to content

Instantly share code, notes, and snippets.

@carolynvs
Last active April 19, 2020 11:14
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save carolynvs/4520736f6017ca252a44 to your computer and use it in GitHub Desktop.
Save carolynvs/4520736f6017ca252a44 to your computer and use it in GitHub Desktop.
Install Mono on Ubuntu
wget http://download.mono-project.com/repo/xamarin.gpg
sudo apt-key add xamarin.gpg
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee --append /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-complete
sudo certmgr -ssl -m https://go.microsoft.com
sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
sudo certmgr -ssl -m https://nuget.org
mozroots --import --sync
@maneeshkush
Copy link

How to Install Mono on Ubuntu 18.04
Very helpful website https://www.mstvlife.com/how-to-install-mono-on-ubuntu-18-04/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment