how to remove phpstorm without toolbox app?
Answered
I need the instructions for completitly uninstall PhpStorm from Fedora 28 (without toolbox app)
Please sign in to leave a comment.
Hi there,
How did you installed it? Simple .tar.gz file unpacking?
If so -- just delete the folder with PhpStorm to get rid of the app itself. Actual app settings are stored in ~/.PhpStorm2018.1 kind of folder (see this article for more info).
P.S. Not a Linux user myself.
Hello,
Andriy is correct. You need to delete the app folder where you extracted the tar.gz.
All software settings are stored in ~/.PhpStormXXXX.Y.
All project settings are stored in project root/.idea folder.