Skip to content

Instantly share code, notes, and snippets.

@roryokane
Created July 2, 2012 20:18
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 roryokane/3035443 to your computer and use it in GitHub Desktop.
Save roryokane/3035443 to your computer and use it in GitHub Desktop.
Ubuntu command to install Ruby standard libraries
sudo apt-get install -y openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion g++ openjdk-6-jre-headless
@roryokane
Copy link
Author

Ryan sent me this command.

that’s my default list; it comes from RVM’s site

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