Created
August 13, 2013 19:35
-
-
Save kinsteronline/6224835 to your computer and use it in GitHub Desktop.
Install ruby 2.0 with checkinstall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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