Skip to content
Follow
Ubuntu Linux

How to Install WebStorm on Ubuntu 24.04

Richard
Written by
Richard
Apr 2, 2025 Updated Apr 18, 2026 2 min read
How to Install WebStorm on Ubuntu 24.04
How to Install WebStorm on Ubuntu 24.04

You install WebStorm on Ubuntu 24.04 using JetBrains’ official script or a Snap package.

WebStorm is an integrated development environment (IDE) specifically designed for JavaScript development, offering intelligent code completion, debugging, and testing tools to boost your productivity.

This tutorial focuses on a straightforward installation process for Ubuntu 24.04 LTS, ensuring you have the latest version up and running quickly.

⚡ Quick Answer

Install WebStorm on Ubuntu 24.04 using the JetBrains Toolbox App from their website, the Ubuntu App Center, or via the terminal with `sudo snap install webstorm –classic`. The Toolbox App is recommended for managing updates.

General

The best way to manage WebStorm is the JetBrains Toolbox App. It handles updates and keeps your settings synced. If you work on remote servers or use WSL, you can also use JetBrains Gateway to connect your local IDE to a remote environment.

Install JetBrains Toolbox App

  1. Go to the official JetBrains website %📂%LNK1%%.
  2. Download the Toolbox App for Linux.
  3. Extract the downloaded file.
  4. Run the jetbrains-toolbox executable.
  5. Open the Toolbox App from your application menu.
  6. Find WebStorm in the list and click Install.

Install WebStorm via Ubuntu App Center

You can easily install WebStorm on Ubuntu 24.04 using the Ubuntu App Center, which is a great option if you like using a graphical interface instead of the command line.

  1. Open the App Center from your dock.
  2. Search for “WebStorm”.
  3. Click the Install button.
  4. The system will automatically download and set up the Snap version for you.

Why do this? It is the easiest way for beginners to install software without using the terminal. What happens when done? WebStorm appears in your app list ready to launch.

Install WebStorm via Snap (Terminal)

You can also use the command line to install the Snap package.

Run this command in your terminal:

sudo snap install webstorm --classic

To remove it later, use:

sudo snap remove webstorm

Install WebStorm via Flatpak

Another straightforward way to install WebStorm on Ubuntu 24.04 is by using Flatpak, a system that lets you install apps in a safe, separate space on your computer.

  1. Install Flatpak: sudo apt install flatpak
  2. Add the Flathub repository: sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  3. Install WebStorm: flatpak install flathub com.jetbrains.WebStorm

To remove the app later, use:

flatpak uninstall --delete-data com.jetbrains.WebStorm

Conclusion

Installing WebStorm on Ubuntu 24.04 is straightforward. Using the JetBrains Toolbox App is the recommended way to keep your tools updated. Whether you use the App Center or the terminal, you now have a professional coding environment ready for your projects.

[signed-by=/usr/share/keyrings/jetbrains-ppa-archive-keyring.gpg]

How to open WebStorm from terminal Ubuntu?

Now here in we are inside the following. Now we need to open the following file webtorm.sh. So type dot / websttorm.sh.sh and press Enter. Now it will open the installation.

Can WebStorm run on Linux?

Install as a snap package on Linux You can install WebStorm as a self-contained snap package. Since snaps update automatically, your WebStorm installation will always be up-to-date. To use snaps, install and run the snapd service as described in the snapd installation guide.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04
How to Install KDE Desktop on Ubuntu 24.04
Ubuntu Linux How to Install KDE Desktop on Ubuntu 24.04
How to Install Additional Software on Ubuntu
Ubuntu Linux How to Install Additional Software on Ubuntu
How to Install NetData on Ubuntu 24.04
Ubuntu Linux How to Install NetData on Ubuntu 24.04

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *