Install Phpstorm - On Ubuntu ((install))

cd ~/Downloads tar -xzf jetbrains-toolbox-*.tar.gz

sudo snap install phpstorm --classic

The JetBrains Toolbox is a desktop app that manages all your JetBrains IDEs (PhpStorm, IntelliJ, PyCharm, etc.). It allows you to install multiple versions side-by-side, roll back updates, and manage settings. install phpstorm on ubuntu

Now launch PhpStorm by typing phpstorm in any terminal, or via the application menu. cd ~/Downloads tar -xzf jetbrains-toolbox-*