Use this method if you want to install WebStorm in a specific directory like /opt .
For a visual walkthrough of the manual installation process, check out this step-by-step tutorial: How to install Webstorm 2018.1 on Ubuntu 18.04 YouTube• May 12, 2018
Log in and click next to WebStorm. It will handle all updates and installations automatically. how-to-install-webstorm-on-ubuntu-18-04-1
: Once WebStorm opens, go to Tools > Create Desktop Entry to ensure it appears in your applications menu for future use. Option 3: JetBrains Toolbox App
from your application menu or by typing webstorm in the terminal. Option 2: Manual Installation (Tarball) Use this method if you want to install
Installing WebStorm on Ubuntu 18.04 can be done quickly using the or manually via a tarball from JetBrains . Snap is often preferred for its automatic updates, while the manual method gives you more control over the installation directory. Option 1: Install via Snap (Recommended)
: Navigate to the bin folder and execute the startup script: cd /opt/WebStorm-*/bin ./webstorm.sh Use code with caution. Copied to clipboard : Once WebStorm opens, go to Tools >
Ubuntu 18.04 comes with snapd pre-installed, making this the easiest method. (Ctrl+Alt+T). Run the installation command : sudo snap install webstorm --classic Use code with caution. Copied to clipboard