Use this method if you want to install WebStorm in a specific directory like /opt .
: Navigate to the bin folder and execute the startup script: cd /opt/WebStorm-*/bin ./webstorm.sh Use code with caution. Copied to clipboard
The --classic flag is required because WebStorm needs full access to your system. how-to-install-webstorm-on-ubuntu-18-04-1
: 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
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 Use this method if you want to install
Installing WebStorm, not appearing in programs? - Ask Ubuntu
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 : Open your terminal and move to your
: Visit the official JetBrains WebStorm download page and download the Linux .tar.gz file.