How to uninstall phpstorm

爱喝马黛茶的安东尼
Release: 2019-08-08 11:49:33
Original
11651 people have browsed it

How to uninstall phpstorm

System environment: Ubuntu12.04. In addition, you need to install the java environment before you can continue to install PhpStorm. 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:

Extract the downloaded file to the home directory and rename it to phpstorm:

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

Related recommendations: "PhpStorm Usage Tutorial"

Enter phpstorm/bin and 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. Activation:

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. You only need to delete the installation folder phpstorm and the folder .WebIde60 where the configuration file is located:

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

The above is the detailed content of How to uninstall phpstorm. For more information, please follow other related articles on the PHP Chinese website!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!