Skip to content

Instantly share code, notes, and snippets.

@Licenser
Last active December 15, 2016 09:51
Show Gist options
  • Save Licenser/dc7caa990efc1bd309ae to your computer and use it in GitHub Desktop.
Save Licenser/dc7caa990efc1bd309ae to your computer and use it in GitHub Desktop.
Erlang 17 on centos 7
# We need this for dependencies
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
rpm -Uvh epel-release-7-5.noarch.rpm
# And this for Erlang > R16
wget http://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm
rpm -Uvh erlang-solutions-1.0-1.noarch.rpm
sudo yum update
sudo yum install -y erlang-17.5.3-1.el7.centos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment