Skip to content

Instantly share code, notes, and snippets.

@shandyrov
Last active June 18, 2021 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shandyrov/b91f6b81c8bd668a78d510917b82c875 to your computer and use it in GitHub Desktop.
Save shandyrov/b91f6b81c8bd668a78d510917b82c875 to your computer and use it in GitHub Desktop.
Ubuntu reset trial for PHPStorm
find /home/askar -name JetBrains
rm -rf ~/.config/JetBrains
rm -rf /home/askar/.cache/JetBrains
rm -rf /home/askar/.local/share/JetBrains
rm -rf /home/askar/.java/.userPrefs
sudo snap remove phpstorm
sudo snap refresh
sudo shutdown -r now
sudo snap install phpstorm --classic
// if the application is frozen
kill -9 $(pgrep -f phpstorm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment