How can I remove Ruby on Rails and all associated gems?
I tried yum remove ruby
but get this response:
yum remove ruby
Loaded plugins: fastestmirror, security
Setting up Remove Process
No Match for argument: ruby
Loading mirror speeds from cached hostfile
* base: mirror01.th.ifl.net
* extras: mirror01.th.ifl.net
* updates: mirror01.th.ifl.net
No Packages marked for removal
If I write $rails -v
, $ruby -v
or $gem -v
I still get their versions returned to me, which indicates that they're installed.