Ubuntu Linux

How to Install WebStorm on Ubuntu 24.04

Richard
Written by
Richard
Apr 2, 2025 Updated Apr 18, 2026 2 min read

This guide explains how to install WebStorm on Ubuntu 24.04 in 2026.

WebStorm WebStorm is a powerful tool for writing JavaScript code. It helps you find errors and suggests improvements as you type. Why use it? It makes coding faster and reduces mistakes. What happens when done? You get a professional environment to build web applications.

RubyMine Ubuntu

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

If you prefer a graphical interface, you can use the Ubuntu App Center.

  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

Flatpak is another popular way to install apps in a secure, sandboxed environment.

  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]

Was this guide 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.

Leave a Reply

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

Exit mobile version