Uninstall RVM, Ruby, Ruby gem and rails in Ubuntu 12.04

9,621

Try this command:

rvm implode

Then follow the prompts.

Also remove any references of rvm you might have made in the past in your .bashrc and .bash_profile.

Share:
9,621

Related videos on Youtube

Rahul Vansh
Author by

Rahul Vansh

Updated on September 18, 2022

Comments

  • Rahul Vansh
    Rahul Vansh over 1 year

    What is the best way to remove RVM, Ruby, Ruby gem and rails in Ubuntu 12.04 ?

    • Rahul Vansh
      Rahul Vansh almost 12 years
      I want to completely remove and re install them.
    • Anwar
      Anwar almost 12 years
      This is the same details we already have. How did you installed them? What command or methods you used. And How are you trying to remove them? Add the details in the question
    • Rahul Vansh
      Rahul Vansh almost 12 years
      I installed such package using RVM, but I want to uninstalled. I used "sudo apt-get remove ruby1.9.3" command, Only rails is removed. but ruby not installed.