Remove Pycharm completely , Ubuntu

前端 未结 10 605
不思量自难忘°
不思量自难忘° 2021-02-04 01:01

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

10条回答
  •  别跟我提以往
    2021-02-04 01:35

    You can try the following commands it will completely delete the pycharm with its preferences from ubuntu.

    rm -fv /usr/local/bin/charm
    rm -rfv ~/Library/Preferences/PyCharm?0
    rm -rfv ~/Library/Caches/PyCharm?0
    rm -rfv ~/Library/Application\ Support/PyCharm?0
    rm -rfv ~/Library/Logs/PyCharm?0
    

提交回复
热议问题