I downloaded JetBrains WebStorm and now I want to unistall it because I don't need it anymore. I installed it by starting webstorm.sh in terminal.
But now I don't know how to remove it?
Can anyone help me to do this?
I downloaded JetBrains WebStorm and now I want to unistall it because I don't need it anymore. I installed it by starting webstorm.sh in terminal.
But now I don't know how to remove it?
Can anyone help me to do this?
Simple, if you did not changed the default location:
rm -rf ~/.WebStorm9
Actually, the marked answer is for many years ago, 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>