Install, activate and completely uninstall PhpStorm under ubuntu

伊谢尔伦
Release: 2016-11-25 16:03:20
Original
5704 people have browsed it

Download address: PhpStorm-6.0.3.tar.gz (The official website download speed is relatively slow, so I shared the installation file to my Baidu network disk)

System environment: Ubuntu12.04, in addition, the java environment needs to be installed first. Continue to install PhpStorm and use the following command to install jdk:

sudo apt-get install openjdk-6-jdk
Copy after login

Agreed installation directory: I installed it to the current user’s home directory /home/test/phpstorm (assuming the user name is test)

1. Installation:

The downloaded Unzip the file to the main directory and rename it to phpstorm:

tar zvcf PhpStorm-6.0.3.tar.gz
mv PhpStorm-129.814 phpstorm
Copy after login

Enter phpstorm/bin, execute the installation startup file

cd ./phpstorm/bin
./phpstorm.sh
Copy after login

Then the graphical interface for installing and starting phpstorm will pop up, just click next by default

2. Activate:

See this article for details: JetBrains PhpStorm 6 registration code + registration machine

3. Command line startup:

pstorm
Copy after login

4. Complete uninstallation:

The uninstallation method of PhpStorm installed according to the above method is very simple, just delete the installation file Just folder .WebIde60 in the folder where phpstorm and configuration files are located:

rm -rf ~/phpstorm
rm -rf ~/.WebIde60
Copy after login

Related recommendations:

Configuring PHPStorm IDE integrated Yii framework tutorial (picture and text)

PhpStorm default shortcut keys list

How to modify the font size and style of PhpStorm ( Pictures and texts)


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template