title says it all i want to uninstall phpstorm so i can upgrade but i cant figure out how. I have tired doing sudo apt-get remove phpstorm
and also with the version number but it doesn't work.
I have also tried the synaptic package manger but still cant find phpstorm storm i have tried jet brains and phpstorm as well.
What can i do to remove it competently, should i just delete all of the files it is located in? Also what is the package name for phpstorm so made i can remove it with sudo apt-get remove 'packageName'
Appreciate all of the help thank you.
Open the Apps & Features section in the Windows Settings dialog, select the PhpStorm app and click Uninstall. Depending on your version of Windows, the procedure for uninstalling programs may be different. You can also manually run Uninstall.exe in the installation directory under /bin.
Install and use PhpStorm from the source tarballVisit the PhpStorm JetBrains official website (https://www.jetbrains.com/phpstorm/), and click on 'Download now'. Click on 'Download' to download the PhpStorm tarball for Linux. Click on 'Save file' and then click on 'OK'. The PhpStorm will be opened.
Run the PhpStorm app from the Applications directory, Launchpad, or Spotlight. Run the phpstorm.sh shell script in the installation directory under bin. You can also use the desktop shortcut, if it was created during installation. For information about running PhpStorm from the command line, see Command-line interface.
It is easy to complete uninstall phpstrom any version in Ubuntu . follow this instruction
You need only delete the directory installation, in my case the directory is:
use Ctrl+H to reveal hidden folders.
$rm -r ~/.PhpStorm2016.1
delete this directory and delete the script pstorm
$sudo rm /usr/local/bin/pstorm
you can find pstorm using
$whereis pstorm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With