I have installed multiple versions of Ruby that causes some problems. How do I remove it completey(all versions)? I use Linux(Fedora)
Use rvm implode
to get rid of RVM installed Rubies and yum
for uninstalling distriubtion packages if there are any.
From the RVM docs:
implode - removes all ruby installations it manages, everything in ~/.rvm
As suggested, you can use rvm implode
which removes ruby,
Also find ruby:
whereis ruby
and then remove each one of them like:
rm -f /usr/local/bin/ruby
Then check the file .installed.list
in the build directory to check list of installed files. Also you can remove and confirm that ruby files are removed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With