Skip to content

Instantly share code, notes, and snippets.

@kinsteronline
Created August 13, 2013 19:35
Show Gist options
  • Save kinsteronline/6224835 to your computer and use it in GitHub Desktop.
Save kinsteronline/6224835 to your computer and use it in GitHub Desktop.
Install ruby 2.0 with checkinstall
sudo apt-get install checkinstall
./configure --disable-install-doc
make
sudo checkinstall --pkgname="ruby" --pkgversion="2.0.0-p247"
dpkg -r ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment