How to Install
-
2. Downloading PhpStorm
Download Latest PhpStorm 30 day Trial Installer
-
3. Extracting PhpStorm
And Extract into /tmp
Possibly Double-Click on Package on File manager.
Or from Command Line:tar xvzf ~/Downloads/PhpStorm*.tar.gz -C /tmp/
-
4. Installing PhpStorm
Then to Install PhpStorm on Linux Mint.
Set the SuperUser as Owner:
sudo chown -R root:root /tmp/PhpStorm*
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Next Relocate PhpStorm contents:sudo mv /tmp/PhpStorm* /opt/PhpStorm
And Make a Symlink:
sudo ln -s /opt/PhpStorm/bin/phpstorm.sh /usr/local/bin/phpstorm
-
5. Launching PhpStorm
Finally, Launch the PhpStorm IDE
From Shell with:phpstorm
Install as a Trial or Insert your Credentials…
Finally, confirm for Path updating and menu Launcher Creation!
-
6. PhpStorm Getting Started
How to Getting-Started with PhpStorm IDE
Contents