Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save korbax/a9b866e6ae8bb56a458deeb9067d3971 to your computer and use it in GitHub Desktop.
Save korbax/a9b866e6ae8bb56a458deeb9067d3971 to your computer and use it in GitHub Desktop.
How delete PhpStorm 10 from Ubuntu 15
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