How to Install PhpStorm IDE on Ubuntu Linux

|

,

|

PhpStorm is a popular PHP Integrated Development Environment (IDE) which supports PHP 5.3 through 7.2 and includes features such as error prevention and autocompletion. It’s free for 30 days, after which a license must be purchased. Installation on Ubuntu is easy, either via the ToolBox app or using Snap, a package manager for Linux systems.…

PhpStorm is a popular PHP Integrated Development Environment (IDE) code editor that supports PHP 5.3 through 7.2.PhpStorm provides on-the-fly error prevention, autocompletion, and debugging and supports HTML, CSS, and JavaScript.

Developers often need a powerful Integrated Development Environment (IDE) code editor to build and manage their applications. PhpStorm is a popular PHP IDE platform that enables developers to write, test, and debug their PHP code efficiently.

Installing PhpStorm on Ubuntu can help developers leverage the benefits of its numerous features, including on-the-fly error prevention, autocompletion, debugging, and support for HTML, CSS, and JavaScript.

Additionally, PhpStorm can be installed on Ubuntu using either its ToolBox App or Snap package manager, which are both easy and convenient installation methods.

For more about PhpStorm, please check its Homepage.

To install PhpStorm on Ubuntu, follow the steps below:

There are two ways to install PhpStorm on Ubuntu: one is via its ToolBox App, and the other is using Snap. To install via its ToolBox App, use the Download link below:

https://www.jetbrains.com/toolbox/download/download-thanks.html?platform=linux

Save the file to your desktop. Then, right-click it and extract the zipped folder. Next, browse to the extracted folder and run the executable.

Then select the app you want to install via its ToolBox Apps

Install PhpStorm via Snap

If you won’t use the ToolBox app, Snap is your only option. Snaps are containerized software packages that are simple to create and install. It’s a new way to manage packages on Linux systems and is supported by the top Linux distributions.

It’s probably the easiest way to install and manage packages on Linux systems, including Ubuntu.

To install the PhpStorm task management app via Snap, run the commands below

sudo apt install snapd
sudo snap install phpstorm --classic

When you’re done, PhpStorm should be installed and ready to use… To launch it, go to the Activities Overview, search PhpStorm, and launch it.

If you already have an account, sign in and start using PhpStorm. If you don’t already have an account, you may want to register or sign in with one of those social platforms.

You may also like the post below:

Like this:



Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.