How to Uninstall RubyMine? How to Uninstall RubyMine? ruby ruby

How to Uninstall RubyMine?


You need to delete the following directories:

  • ~/Library/Caches/RubyMine*

  • ~/Library/Application\ Support/RubyMine*

  • ~/Library/Preferences/RubyMine*

  • ~/Library/Preferences/com.jetbrains.rubymine.plist*

  • ~/Library/Logs/RubyMine*


Here is a one-liner that should delete all the files associated with RubyMine and print the files found and deleted to stdout.

find ~/Library -type d -iname '*rubymine*' -exec rm -rfv {} \;


You need to delete following files, more information for other platform click here

Configuration:

~/Library/Preferences/PRODUCTVERSION

Caches:

~/Library/Caches/PRODUCTVERSION

Plugins:

~/Library/Application Support/PRODUCTVERSION

Logs:

~/Library/Logs/PRODUCTVERSION

PRODUCT would be one of the following:

IntelliJIdea (IntelliJ IDEA Ultimate Edition)IdeaIC (IntelliJ IDEA Community Edition)RubyMineWebIde (WebStrom and PhpStorm use this common directory)PyCharm