Remove Pycharm completely , Ubuntu

前端 未结 10 742
不思量自难忘°
不思量自难忘° 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:34

    open your terminal as common user

    1. $rm -d -r ~/.PyCharm2019.3

    run same command as root user

    1. $sudo su
    2. $rm -d -r ~/.PyCharm2019.3

    note PyCharm2019.3 replaced with your PyCharm version

提交回复
热议问题