I’ll introduce how to uninstall the Ruby version management system RVM (Ruby Version Manager).
For uninstallation, simply execute the following command from the command line:
$ rvm implode
Or alternatively:
$ rvm seppuku
However, I’m impressed by the naming sense of using “seppuku (ritual suicide)” as the command name for uninstalling.
【References】
・[rvm]RVM seppuku して再インストールメモ | milligramme 3cc
・[rvm]Rubyバージョン管理システムRVM再インストールメモ | milligramme 3cc
That’s all from the Gemba regarding RVM uninstallation.