Instantly share code, notes, and snippets.

Embed
What would you like to do?
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

This comment has been minimized.

Show comment
Hide comment
@roryokane

roryokane Jul 2, 2012

Ryan sent me this command.

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

Owner

roryokane commented Jul 2, 2012

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