How do you uninstall RubyMine (from Mac OSX or other systems)?
It doesn't come with an uninstaller (from what I can tell). There are no options to uninstall in the application itself. There is no documentation (except a "Thank you for trying to uninstall..." on their site.
I can drag the App to the trash, but I assume there are Preferences, etc. to also uninstall. I hate to lose files.
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)
RubyMine
WebIde (WebStrom and PhpStorm use this common directory)
PyCharm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With