How To Install WebStorm On Ubuntu

Webstorm is a lightweight and powerful JavaScript IDE developed by JetBrains. It can easily handle complex client-side and server-side development with Node.js
""

Assuming you require a Debian distribution package, follow these simple steps to installation.

Open your terminal with:

Ctrl+Alt+T

Step 1

Go to the website and download the tar.gz of the IDE.

Step 2

Extract the WebStorm.tar.gz file in your preferred location. In your Terminal run the following command:
tar -zxvf PhpStorm.tar.gz

Step 3

Open the directory:

/Webstorm/bin

In your Terminal, run:

webstorm.sh

An icon will be created in the Application list. The application will open once you run the command.

If you need to open the application you can do so from the Unity Dash.

Thank you for visiting Base64!