How do I uninstall my system installed ruby?
I am on ubuntu 11.1. I have already installed rvm, but it seems 1.8 is conflicting. How do I remove the existing ruby installation and cleanly install ruby back ?
Thanks, Murtaza
How do I uninstall my system installed ruby?
I am on ubuntu 11.1. I have already installed rvm, but it seems 1.8 is conflicting. How do I remove the existing ruby installation and cleanly install ruby back ?
Thanks, Murtaza
try to use always rvm to install ruby.It is a good habbit and easy to mange follow this link
http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
then simply install any ruby version by this command
rvm install 1.9.2
if remove this ruby version then use
rvm remove 1.9.2
if you don't have rvm install then use this command
aptitude purge ruby