How to install WebStorm on Ubuntu?

WebStorm is a powerful and intelligent integrated development environment (IDE) designed by JetBrains specifically for modern JavaScript development. It supports various technologies and frameworks including NodeJS, ReactJS, VueJS, and many more, making it a favourite among developers. Whether you are working with JavaScript, TypeScript, Node.js, or popular frameworks like React and Angular. WebStorm is a JavaScript and associated technologies integrated development environment and provides a robust environment to streamline your development process.

In this guide, we will walk you through the steps to install WebStorm on Ubuntu, ensuring you can quickly get started with your development tasks. Let’s dive into how to download and install WebStorm on your Ubuntu system.

By the end of this tutorial, you will have the WebStorm IDE up and running on your Ubuntu machine, ready to boost your productivity and enhance your coding experience.

Downloading of WebStorm

Step 1: WebStorm may be obtained by going to JetBrain’s official website and choosing Developer Tools > WebStorm using your preferred web browser.

Downloading of WebStorm – 01

Step 2: From the panel, pick the Download option.

Downloading of WebStorm – 02

Step 3: Double-check that Linux is selected. Then click on DOWNLOAD.

Downloading of WebStorm – 03

Step 4: Your browser will urge you to save the file. Simply click OK after selecting Save File.

Downloading of WebStorm – 04

Step 5: As you can see, the WebStorm archive is being downloaded.

Downloading of WebStorm – 05

Installation of WebStorm on Ubuntu

This will walk you through installing WebStorm on Ubuntu.

Step 1: To begin, navigate to the /Downloads directory using the following command:

cd Downloads

Installation of WebStorm – 01

Step 2: Now you can see the WebStorm archive file that we just downloaded. Make a note of the filename. Use the following command to list the files.

ls -lh

Installation of WebStorm – 02

Step 3: Run the following command to extract the contents of the archive to the /opt directory.

sudo tar -xvf WebStorm-2022.1.1.tar.gz -C /opt

Installation of WebStorm – 03

Step 4: Once the archive has been extracted, a new directory should be created within the /opt directory, as seen in the picture below. Keep in mind the directory’s name.

ls -lg /opt

Installation of WebStorm – 04

Note: In our instance, the directory name is WebStorm-221.5591.52. It’s possible that it’ll be different for you. From now on, make sure you replace it with yours.

Step 5: You must launch WebStorm from the command line for the first time. Run the following command to do so:

/opt/WebStorm-221.5591.52/bin/webstorm.sh

Installation of WebStorm – 05

Now WebStorm is successfully installed on our Ubuntu operating system.

Installation of WebStorm – 06

WebStorm, a powerful IDE for JavaScript web and app development, streamlines development tasks and supports various JavaScript frameworks like Node.js, ReactJS, and VueJS. With its native support and automation features, WebStorm enhances the coding experience for developers on Ubuntu.

How to install WebStorm on Ubuntu – FAQs

What is WebStorm?

WebStorm is an integrated development environment (IDE) tailored for JavaScript and associated technologies, offering features for code automation and assistance in tasks related to web and app development.

Which JavaScript frameworks does WebStorm support?

WebStorm provides native support for JavaScript frameworks like Node.js, ReactJS, VueJS, Angular, and more, facilitating efficient development workflows for developers.

How can I install WebStorm on Ubuntu?

To install WebStorm on Ubuntu, users can download the WebStorm archive from the JetBrains official website, extract it to the desired directory (e.g., /opt), and run the installation script from the command line.

Is WebStorm free?

WebStorm is not a free IDE. It is a commercial product developed by JetBrains. However, JetBrains offers a free trial version for users to evaluate its features before purchasing a license.