How-to-install-webstorm-on-ubuntu-18-04-1 Apr 2026

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)

: Open your terminal and move to your Downloads folder, then extract the archive to /opt : sudo tar -xzf WebStorm-*.tar.gz -C /opt/ Use code with caution. Copied to clipboard

Use this method if you want to install WebStorm in a specific directory like /opt . how-to-install-webstorm-on-ubuntu-18-04-1

Log in and click next to WebStorm. It will handle all updates and installations automatically.

from your application menu or by typing webstorm in the terminal. Option 2: Manual Installation (Tarball) Installing WebStorm on Ubuntu 18

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

For managing multiple JetBrains products and versions, the Toolbox App is the professional choice. Download the .tar.gz for the Toolbox App. Extract and run the executable. Copied to clipboard Use this method if you

The --classic flag is required because WebStorm needs full access to your system.