Skip to content

Instantly share code, notes, and snippets.

@jamiew
Created March 12, 2010 20:53
Show Gist options
  • Save jamiew/330790 to your computer and use it in GitHub Desktop.
Save jamiew/330790 to your computer and use it in GitHub Desktop.
# Ubuntu 9.04 (jaunty) comes with an old ruby that has broken REXML
# and the Ubuntu Ruby PPA doesn't do jaunty (??!)
wget http://archive.ubuntu.com/ubuntu/pool/main/r/ruby1.8/libruby1.8_1.8.7.249-1ubuntu1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8-dev_1.8.7.249-1ubuntu1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/r/ruby1.8/ruby1.8_1.8.7.249-1ubuntu1_amd64.deb
sudo dpkg -i libruby1.8_1.8.7.249-1ubuntu1_amd64.deb ruby1.8_1.8.7.249-1ubuntu1_amd64.deb ruby1.8-dev_1.8.7.249-1ubuntu1_amd64.deb
sudo apt-get install ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment