How to install PhpStrom in Ubuntu(Linux).

Phpstrom installation in Ubuntu(LINUX):-

1-> First Open the Terminal in Ubuntu.

2-> We have to install fist some dependencies:-

Like need to install jdk.

sudo apt-get purge openjdk*
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer oracle-java8-set-default

3->After opening Terminal go to the following link of Phpstrom(Phpstrom official Site)

https://www.jetbrains.com/phpstorm/download/#section=linux

In Left side u will see Version and Build of Phpstrom which u want to install

  • Version: 2019.1
  • Build: 191.6183.95

Now open the Terminal and Paste the following Code:-

wget http://download-cf.jetbrains.com/webide/PhpStorm-2019.1.tar.gz
tar -xvf PhpStorm-2019.1.tar.gz
cd PhpStorm-191.6183.95/bin
./phpstorm.sh

Phpstorm is a paid you have to purchase it license Only have 1 month Free trial.


Total Page Visits: 2489 - Today Page Visits: 1

Leave a Reply