Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active April 17, 2019 18:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save justinyoo/fea4924afbe9b0bf06808a1861a8abb4 to your computer and use it in GitHub Desktop.
Installing Mono into Amazon Linux
$ sudo su
$ mkdir -p /tmp/mono_dependencies
$ cd /tmp/mono_dependencies
$ wegt http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/l/libpng15-1.5.27-1.fc25.x86_64.rpm
$ yum install -y ~/downloads/mono_dependencies/libpng15-1.5.23-1.fc24.x86_64.rpm
@mtwoodbury
Copy link

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