Skip to content

Instantly share code, notes, and snippets.

@jen20
Last active August 29, 2015 14:23
Show Gist options
  • Save jen20/744b0436500ee8a56a47 to your computer and use it in GitHub Desktop.
Save jen20/744b0436500ee8a56a47 to your computer and use it in GitHub Desktop.
Use 3.12 snapshot of Mono from Xamarin on Debian-alikes
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/3.12.0/. main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get -y install mono-complete libmonosgen-2.0-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment