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
open your terminal as common user
$rm -d -r ~/.PyCharm2019.3
run same command as root user
$sudo su
note PyCharm2019.3 replaced with your PyCharm version