Skip to content

Instantly share code, notes, and snippets.

@mildocjr
Created July 18, 2019 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mildocjr/6d5872c37f1e7976aa7c158ed6fc5fe9 to your computer and use it in GitHub Desktop.
Save mildocjr/6d5872c37f1e7976aa7c158ed6fc5fe9 to your computer and use it in GitHub Desktop.
install6.sh
# EPEL only available for RHEL 7 right now
wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo rpm -ivh epel-release-latest-7.noarch.rpm
sudo yum install zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel xz xz-devel libffi-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment