How to Install PhpStorm on Ubuntu 18.04

Table of Contents
Install PhpStorm on Ubuntu
PHPStorm is an intelligent and fully-featured IDE for PHP developed by JetBrains. It also provides support for Javascript, Typescript, and CSS, etc. You can also extend PHPStorm features by using plugins. By using PhpStorm plugins you can also get support for frameworks like Laravel, CodeIgniter. We can also use PHPStorm for other programming languages like HTML, SQL, Javascript, CSS and more. In this tutorial, you are going to learn how to install PHPStorm on Ubuntu 18.04.
Prerequisites
Before you start to install PHPStorm on Ubuntu 18.04. You must have the non-root user account on your system with sudo privileges.
Install Snappy Package Manager
Snappy provides better package management support for Ubuntu 18.04. It’s quick and easy to use. To install snappy package manager type following command. If its already installed on the system skip to next step
NOTE: Ubuntu 18.04 may have already installed snappy package manager.
sudo apt install snapd snapd-xdg-open
Install PHPStorm
Now to download and installed PHPStorm snap package run following command. It will take some time to download and install package.
sudo snap install phpstorm --classic
After successfully downloading and installing the package you will get the following output.
phpstorm 2018.2.4 from 'jetbrains' installed
Start PHPStorm
After successful installation to start PHPStorm via terminal run following command.
phpstorm
You can also start PHPStorm from activities on Ubuntu. Typing PHPStorm will show you the PHPStorm icon.
You will get the following output for setting up the initial configuration.

Conclusion
You have successfully learned how to install PHPStorm on Ubuntu 18.04. If you have any queries regarding this then please don’t forget to comment below.
LATEST POSTS
-
How to Install MariaDB on Fedora 29
-
How to Reboot Linux System with Command Line
-
How to install Nginx on Debian 9
-
How to Install MySQL on Ubuntu 18.04
-
How to install Laravel PHP Framework With Nginx on Debian 9
-
How to install Django Web Framework on Ubuntu 18.04
-
How to Install R on Debian 9
-
How to Install VirtualBox on Debian 9
-
How to Install Apache Tomcat 9 on Debian 9
-
How to Install phpMyAdmin on Debian 10
-
How to Install XAMPP on Linux Mint 19
-
How to Install Skype on Linux Mint 19