Forked from nasgul/gist:886e1c747ef18a4778fef825522d0b32
Created
February 26, 2018 14:46
-
-
Save korbax/a9b866e6ae8bb56a458deeb9067d3971 to your computer and use it in GitHub Desktop.
How delete PhpStorm 10 from Ubuntu 15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rm -rf /usr/local/bin/pstorm | |
rm -rf ~/.PhpStorm* | |
rm -rf ~/.java/.userPrefs/jetbrains/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment