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.
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
Install JetBrains Toolbox App
- Go to the official JetBrains website %📂%LNK1%%.
- Download the Toolbox App for Linux.
- Extract the downloaded file.
- Run the
jetbrains-toolboxexecutable. - Open the Toolbox App from your application menu.
- Find WebStorm in the list and click Install.
Install WebStorm via Ubuntu App Center
Installing WebStorm on Ubuntu 24.04 through the Ubuntu App Center is super simple if you prefer using a graphical interface. Just open the App Center, search for WebStorm, and click install to get the Snap version automatically.
- Open the App Center from your dock.
- Search for “WebStorm”.
- Click the Install button.
- The system will automatically download and set up the Snap version for you.
Installing WebStorm using the graphical installer offers beginners an easy software installation method without needing the command line. After installation, WebStorm appears in the Ubuntu application list, ready for users 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
You can also install WebStorm on Ubuntu 24.04 using Flatpak, which keeps apps separate and safe on your computer. First, install Flatpak with ‘sudo apt install flatpak’, then add the Flathub repository, and finally install WebStorm using ‘flatpak install flathub com.jetbrains.Web’.
- Install Flatpak:
sudo apt install flatpak - Add the Flathub repository:
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - 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?
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.
No comments yet — be the first to share your thoughts!