I installed Webstorm and something went wrong so I removed the installation folder and every thing using the advice from here.
A run of whereis
turns up nothing, but when I try to install a fresh Webstorm it simply launches the formerly installed one and I don't know where that installation is coming from.
How can I completely remove all traces of Webstorm and install it fresh?
curl -sL https://gist.github.com/denji/9731967/raw/jetbrains-uninstall.sh | bash -s
, after physically removing the .webstorm directory from my home directory. – George Udosen Dec 08 '15 at 07:26