How to completely uninstall webstorm on ubuntu

Piyush Rathi picture Piyush Rathi · Feb 5, 2015 · Viewed 32.3k times · Source

I am trying to remove Webstorm editor completely from my Ubuntu 14.04, I have already tried by removing its installation folder but its settings still exists, is there any command exist to remove it completely or what any other way? please help me out?

Answer

Leon picture Leon · Feb 5, 2015

According to the WebStorm documentation, the config is stored in ~/.WebStorm9

So assuming you did not change the default location: from the command line run

rm -rf ~/.WebStorm9

Update

For versions around the year 2020 you should go to the ~ and find .config and .cache folder and then delete your specific folder version inside JetBrains folder:

~/.config/JetBrains/<product><version>
~/.cache/JetBrains/<product><version>