rvm uninstall ruby versions
# Removes the ruby, source files and optional gemsets / archives
rvm remove ruby-x.x.x
# Just removes the ruby - leaves everything else
rvm uninstall ruby-x.x.x
rvm uninstall ruby versions
# Removes the ruby, source files and optional gemsets / archives
rvm remove ruby-x.x.x
# Just removes the ruby - leaves everything else
rvm uninstall ruby-x.x.x
ruby gem uninstall
The command is simply: gem uninstall <gem-name>
# for a general uninstall
NOTE: maybe you need sudo, depens on your user rights. like so
sudo gem uninstall <gem-name>
# remove all old versions of the gem
gem cleanup <gem-name>
# choose which ones you want to remove
gem uninstall <gem-name>
# remove version 1.1.9 only
gem uninstall <gem-name> --version 1.1.9
# remove all versions less than 1.3.4
gem uninstall <gem-name> --version '<1.3.4'
# remove ALL INSTALLED Gems (and starting over)
gem uninstall -aIx
Options
-a, --[no-]all Uninstall all matching versions
-I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us