Как удалить webstorm linux

SergiuTripon / uninstall_jetbrains.sh

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

# /opt/
sudo rm -rf /opt/jetbrains *
sudo rm -rf /opt/phpstorm *
sudo rm -rf /opt/webstorm *
sudo rm -rf /opt/pycharm *
# /usr/share/applications/
sudo rm -rf /usr/share/applications/jetbrains *
sudo rm -rf /usr/share/applications/phpstorm *
sudo rm -rf /usr/share/applications/webstorm *
sudo rm -rf /usr/share/applications/pycharm *
# /usr/local/share/applications/
sudo rm -rf /usr/local/share/applications/jetbrains *
sudo rm -rf /usr/local/share/applications/phpstorm *
sudo rm -rf /usr/local/share/applications/webstorm *
sudo rm -rf /usr/local/share/applications/pycharm *
# /home/username/
sudo rm -rf ~ /.PhpStorm *
sudo rm -rf ~ /.Webstorm *
sudo rm -rf ~ /.PyCharm *
# /home/username/.config/autostart
sudo rm -rf ~ /.config/autostart/jetbrains *
sudo rm -rf ~ /.config/autostart/phpstorm *
sudo rm -rf ~ /.config/autostart/webstorm *
sudo rm -rf ~ /.config/autostart/pycharm *
# /home/username/.local/share/
sudo rm -rf ~ /.local/share/Jetbrains *
# /home/username/.local/share/icons/
sudo rm -rf ~ /.local/share/icons/jetbrains *
sudo rm -rf ~ /.local/share/icons/phpstorm *
sudo rm -rf ~ /.local/share/icons/webstorm *
sudo rm -rf ~ /.local/share/icons/pycharm *
# /home/username/.local/share/applications/
sudo rm -rf ~ /.local/share/applications/jetbrains *
sudo rm -rf ~ /.local/share/applications/phpstorm *
sudo rm -rf ~ /.local/share/applications/webstorm *
sudo rm -rf ~ /.local/share/applications/pycharm *

Источник

Uninstall PhpStorm

The proper way to remove PhpStorm depends on the method you used to install it.

Uninstall using the Toolbox App

If you installed PhpStorm using the Toolbox App, do the following:

Uninstall PhpStorm using the Toolbox App

  • Open the Toolbox App, click the settings icon for the necessary instance, and select Uninstall .

Uninstall a standalone instance

If you are running a standalone PhpStorm instance, the default IDE directories are preserved when you remove your instance in case you want to keep your settings for later or to use them with another instance, another version, or another IDE. You can remove those directories if you are sure you won’t need them.

  1. Open the Apps & Features section in the Windows Settings dialog, select the PhpStorm app and click Uninstall . Depending on your version of Windows, the procedure for uninstalling programs may be different. You can also manually run Uninstall.exe in the installation directory under /bin .
  2. Remove the following directories: Syntax %APPDATA%\JetBrains\%LOCALAPPDATA%\JetBrains\Example C:\Users\JohnS\AppData\Roaming\JetBrains\PhpStorm2023.1 C:\Users\JohnS\AppData\Local\JetBrains\PhpStorm2023.1
  1. Delete the PhpStorm application in the Applications directory.
  2. Remove the following directories: Syntax ~/Library/Application Support/JetBrains/~/Library/Caches/JetBrains/Example ~/Library/Application Support/JetBrains/PhpStorm2023.1 ~/Library/Caches/JetBrains/PhpStorm2023.1
  1. Delete the installation directory.
  2. Remove the following directories: Syntax ~/.config/JetBrains/~/.cache/JetBrains/~/.local/share/JetBrains/Example ~/.config/JetBrains/PhpStorm2023.1 ~/.cache/JetBrains/PhpStorm2023.1 ~/.local/share/JetBrains/PhpStorm2023.1
Читайте также:  Best linux terminal windows

The default location of the IDE directories has changed starting from PhpStorm version 2020.1. If you had a previous version, new installations will import configuration from the old directories. For information about the location of the default directories in previous IDE versions, see the corresponding help version, for example: https://www.jetbrains.com/help/phpstorm/2019.3/tuning-the-ide.html#default-dirs.

Uninstall silently on Windows

You can run the uninstaller with the /S switch as an administrator. The uninstaller is located in the installation directory under bin .

Run cmd (Windows Command Prompt) as administrator, change to the PhpStorm installation directory, and run the following:

Uninstall the snap package on Linux

If you installed PhpStorm as a snap package, use the following command to remove it:

Источник

Uninstall WebStorm

The proper way to remove WebStorm depends on the method you used to install it.

Uninstall using the Toolbox App

If you installed WebStorm using the Toolbox App, do the following:

Uninstalling WebStorm through the Toolbox App

  • Open the Toolbox App, click the settings icon for the necessary instance, and select Uninstall .

Uninstall a standalone instance

If you are running a standalone WebStorm instance, the default IDE directories are preserved when you remove your instance in case you want to keep your settings for later or to use them with another instance, another version, or another IDE. You can remove those directories if you are sure you won’t need them.

  1. Open the Apps & Features section in the Windows Settings dialog, select the WebStorm app and click Uninstall . Depending on your version of Windows, the procedure for uninstalling programs may be different. You can also manually run Uninstall.exe in the installation directory under /bin .
  2. Remove the following directories: Syntax %APPDATA%\JetBrains\%LOCALAPPDATA%\JetBrains\Example C:\Users\JohnS\AppData\Roaming\JetBrains\WebStorm2023.1 C:\Users\JohnS\AppData\Local\JetBrains\WebStorm2023.1
  1. Delete the WebStorm application in the Applications directory.
  2. Remove the following directories: Syntax ~/Library/Application Support/JetBrains/~/Library/Caches/JetBrains/Example ~/Library/Application Support/JetBrains/WebStorm2023.1 ~/Library/Caches/JetBrains/WebStorm2023.1
  1. Delete the installation directory.
  2. Remove the following directories: Syntax ~/.config/JetBrains/~/.cache/JetBrains/~/.local/share/JetBrains/Example ~/.config/JetBrains/WebStorm2023.1 ~/.cache/JetBrains/WebStorm2023.1 ~/.local/share/JetBrains/WebStorm2023.1
Читайте также:  Nvidia gt 730 linux

The default location of the IDE directories has changed starting from WebStorm version 2020.1. If you had a previous version, new installations will import configuration from the old directories. For information about the location of the default directories in previous IDE versions, see the corresponding help version, for example: https://www.jetbrains.com/help/webstorm/2019.3/tuning-the-ide.html#default-dirs.

Uninstall silently on Windows

You can run the uninstaller with the /S switch as an administrator. The uninstaller is located in the installation directory under bin .

Run cmd (Windows Command Prompt) as administrator, change to the WebStorm installation directory, and run the following:

Uninstall the snap package on Linux

If you installed WebStorm as a snap package, use the following command to remove it:

Источник

Ubuntu – How to completely uninstall remove WebStorm IDE in Ubuntu

How can I completely uninstall/remove JetBrains WebStorm IDE in Ubuntu? I already ran rm -rf ~/WebStorm-145.1616.9/ to remove the installation folder and rm -rf ~/.WebStorm2016.1/ to remove the config folder, but its not completely removed because the WebStorm icon still appears when I search for it in the Unity search bar.

enter image description here

Best Answer

Actually, all answers are for many years ago, for versions around the year 2020 you should go to the ~ and find .config and .cache folder and then delete your specific folder version inside JetBrains folder:

~/.config/JetBrains/ ~/.cache/JetBrains/

Windows – How to uninstall broken programs in windows 7
Linux – How to completely remove PHPStorm, and all associated files on Ubuntu 13.04

You usually can’t uninstall files installed without your package manager by just deleting the directory you extracted, though this often is actually true of Java based archives.

Читайте также:  Linux tftp client put

I don’t know phpstorm specifically, but I can give you some generic instructions.

The very first thing I’d recommend you do is check if phpstorm itself includes some kind of uninstall script. I’d guess you already did, though.

Failing that, you should open a terminal and type whereis phpstorm — this should tell you where most of the files associated with it are located. You could then try deleting them manually. /etc and /usr/share are also some likely places to look.

You could also search through the hidden files in your home folder for one called .phpstorm or the like. This would probably contain most of the configuration and I don’t think would show up with the «whereis» command.

That’s all I can think of off the top of my head if the shortcuts and the like are already gone, but it might do the job. This is a messy and ugly way of doing things and may well leave something behind — try to install with your package manager whenever possible.

Related Question

Источник

Оцените статью
Adblock
detector