Reputation: 8589
I have Webstorm in Linux, and I am getting an alert indicating there is an update, I am trying to get some info from the web, but everything I get is HOW TO INSTALL IT and nothing regarding how to update it.
So, what should I do to update my Webstorm ?
Upvotes: 9
Views: 8713
Reputation: 41
Follow these steps:
Upvotes: 0
Reputation: 71
This leaves the launcher broken. Pointing to the old directory. Easy to fix in KDE but a bitch in gnome.
How do you upgrade to a new version of WebStorm without breaking your launcher?
Update: This is for Ubuntu Gnome 16.04...
Ok. I figured it out. Here's how to fix it. In the terminal navigate to /usr/share/applications
cd /usr/share/applications
Delete the old launcher...
sudo rm jetbrains-webstorm.desktop
Navigate to the directory where webstorm.sh
is installed. In my case it's /opt/WebStorm-162.1121.31/bin
. Run it as a super user...
sudo ./webstorm.sh
In the splash screen, select "Configure | Create Desktop Entry" from the menu in the bottom right corner. Since you launched it as sudo
, just accept the super user warning, and you will have a new launcher. Quit WebStorm, close the terminal, and now you can launch WebStorm from the applications menu.
Upvotes: 7
Reputation: 93828
It depends on update type. If a patch update is available, you are normally prompted to update and restart - on restarting the patch is applied. But patch updates are only available for subsequent minor releases. In other cases, you need to download the full installation package from main downloads page and install it into the empty directory (NOT over existing installation!) When updating to a new major version, you will be prompted to import your settings from previous installation on the first start
Upvotes: 7