How to Install PhpStorm on Ubuntu 24.04
You can install PhpStorm on Ubuntu 24.04 using its official Snap package or by downloading the tar.gz archive.
PhpStorm is an integrated development environment (IDE) specifically designed for PHP development, helping you write code more efficiently and manage complex projects. It offers intelligent code completion, debugging tools, and version control integration.
For instance, the latest stable release, PhpStorm 2024.1, provides enhanced support for PHP 8.3 and modern frameworks. This tutorial focuses on the most straightforward installation method for Ubuntu 24.04 LTS.
Install PhpStorm on Ubuntu 24.04 using Snap by opening a terminal and running `sudo snap install phpstorm –classic`. You can also use the JetBrains Toolbox App or Flatpak for installation.
Recommended Method: JetBrains Toolbox App
The best way to install PhpStorm is the JetBrains Toolbox App. This tool manages all your JetBrains software in one place. It keeps your apps updated automatically and handles the installation for you. You can download it directly from the official JetBrains website.
Prepare Ubuntu
Before installing, make sure your computer is ready. Open your terminal and run these commands to update your system:
sudo apt update && sudo apt upgrade -y
Install PhpStorm via Snap
Installing PhpStorm on Ubuntu 24.04 using Snap is a straightforward process that keeps the application updated automatically in a self-contained package.
Run this command to install it:
sudo snap install phpstorm –classic

You can launch it from your desktop menu or by typing phpstorm in the terminal.
Manual Installation
You can manually install PhpStorm on Ubuntu 24.04 by downloading the official archive file straight from JetBrains if you like having full control over the process.
Note: Always verify the integrity of the downloaded file by checking its checksum against the value provided on the download page. This ensures the file was not corrupted during the download.
Install PhpStorm via Flatpak
Installing PhpStorm on Ubuntu 24.04 using Flatpak is a great way to keep your system tidy, as Flatpak runs apps in their own safe space.
First, install Flatpak:
sudo apt install flatpak
Add the Flathub repository:
sudo flatpak remote-add –if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Finally, install PhpStorm:
flatpak install flathub com.jetbrains.PhpStorm
Conclusion
- Multiple Methods: You can choose between the Toolbox App, Snap, or Flatpak based on your needs.
- Powerful Tools: PhpStorm offers smart code completion and debugging to make your work easier.
- Framework Ready: It works great with Laravel, Symfony, and modern web tech.
- Trial Access: You get a 30-day free trial to test all features before buying a license.
To install PhpStorm on Ubuntu 24.04, you have several good options like using the Toolbox App, Snap, or Flatpak, depending on what works best for you.
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!