GNU/Linux Mint 21 Installing PhpStorm – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install PhpStorm in Mint 21.x Vanessa/Vera/Victoria/Virginia GNU+Linux Desktop.
And PhpStorm for Mint 21 is One of the most Intelligent PHP IDE with Refactorings, Code Completion, On-the-Fly Code Analysis and Coding Productivity Orientation.
And the PhpStorm IDE main Features are:
- Intelligent Coding Assistance
- Debugging, Tracing & Testing
- HTML/CSS/JavaScript Editor
- Development Environment

1. Terminal Getting-Started Guide
How to QuickStart with Command Line on Linux Mint:
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
Contents