Uninstall Gem

[Solved] Uninstall Gem | Ruby - Code Explorer | yomemimo.com
Question : uninstall gem

Answered by : akshay-kakade

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>

Source : | Last Update : Mon, 04 Jul 22

Answers related to uninstall gem

Code Explorer Popular Question For Ruby