
The latest version is 2016.1.2 at the time of this writing. If you like command line, you can use wget to download. Install phpstorm on Ubuntu 16.04/17.04įirst go the official website and download the tar archive. The above two commands will set the correct Java environment variables. sudo apt-get install oracle-java8-set-default Once installed we need to set Java environment variables such as JAVA_HOME on Ubuntu 16.04/17.04. Sudo apt-get install java-common oracle-java8-installerĭuring the installation process you will need to accept the Oracle License agreement. sudo add-apt-repository ppa:webupd8team/java Remove OpenJDK sudo apt-get remove openjdk*Īdd the PPA and install Oracle Java 8 with following 3 commands. Install Oracle Java 8 on Ubuntu 16.04/17.04īecause phpstorm is a Java program, so first we need to install Oracle Java on Ubuntu and the latest stable version is Oracle Java 8.

This tutorial will explain how to install Phpstorm on Ubuntu 16.04/17.04.


It’s a commercial and cross-platform product from Jetbrains and can run on Linux, Mac OS and Windows. For those of you who don’t know, PhpStorm is a cool, lightning-smart IDE for PHP developers.
