How to Install Phpstorm in Linux Mint 19

July 25, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading PhpStorm

    Download Latest PhpStorm 30 day Trial Installer

    PhpStorm for Linux
  2. 3. Extracting PhpStorm

    And Extract into /tmp
    Possibly Double-Click on Package on File manager.

    How to Install PhpStorm Linux Mint 19 - Extraction
    Or from Command Line:

    tar xvzf ~/Downloads/PhpStorm*.tar.gz -C /tmp/
  3. 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


QuickChic Theme • Powered by WordPress