1、首先打開centos下的谷歌瀏覽器,找到phpstorm官網下載linux版本。PhpStorm-2016.3.2.tar.gz
2、然后gunzip PhpStorm-2016.3.2.tar.gz解壓成PhpStorm-2016.3.2.tar,然后使用tar xf PhpStorm-2016.3.2.tar 解壓后切換到下載的目錄解壓然后切到里面的bin下,執行./phpstorm.sh。剩下的就是跟windows的一樣。
3、然后 ln -s /home/taoyanghao/Downloads/PhpStorm-163.10504.2/bin/phpstorm.sh /usr/local/bin/phpstorm 這個就是給phpstorm創建環境變量,可以在命令行直接輸入phpstorm命令來啟動
4、arch下設置完了第三步以后,啟動幾次,KDE plasma就識別啦。然后在上部搜索中輸入phpstorm就出來了選擇啟動就可以了