Remove Pycharm completely , Ubuntu

2020-05-26 03:16发布

I want to remove my old pycharm completely from my Ubuntu machine so my new installation will not be affected from previous settings. Any help will be appreciated

9条回答
Explosion°爆炸
2楼-- · 2020-05-26 04:03

As Pycharm doesn't have any install or uninstall program for ubuntu, the best way to delete it completely is by deleting the directory into which you have unpacked it and the .PyCharmx.x directory.

查看更多
爷的心禁止访问
3楼-- · 2020-05-26 04:03

if you have installed using ./pycharm.sh then

press ctrl+H to see the hidden folders in Home then go to .config then JetBrains there you delete the PyCharm folder

Now you can reinstall pycharm or enjoy your pycharm free PC :-)

查看更多
劫难
4楼-- · 2020-05-26 04:05

If you installed by ./pycharm.sh

Remove all folder and files below :

/usr/local/bin/charm => should rm with sudo
~/.Pycharm<version>
~/.local/share/icons/jetbrains-pycharm.png
~/.local/share/applications/jetbrains-pycharm.desktop
~/.java/.userPrefs/jetbrains/

And now you can reinstall new version, or having a clean pc without pycharm.

查看更多
登录 后发表回答