Skip to content

Instantly share code, notes, and snippets.

@ocReaper
Created May 11, 2016 10:17
Show Gist options
  • Save ocReaper/45162909e589ab39dae0302f26a67911 to your computer and use it in GitHub Desktop.
Save ocReaper/45162909e589ab39dae0302f26a67911 to your computer and use it in GitHub Desktop.
Install Mono on Debian and derivatives
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment