Skip to content

Instantly share code, notes, and snippets.

@aurghyadip
Created May 20, 2019 06:57
Show Gist options
  • Select an option

  • Save aurghyadip/aad04a9532e74d83bed0540b69179c28 to your computer and use it in GitHub Desktop.

Select an option

Save aurghyadip/aad04a9532e74d83bed0540b69179c28 to your computer and use it in GitHub Desktop.
mono-install-ubuntu1804
#!/bin/bash
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
sudo apt install mono-complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment