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
Find all processes related to PyCharm and close them all. Then, visit the Go menu. Within the drop-down list that appears, click Applications. Delete PyCharm by moving it to the Trash.
Install using snap packagesFor Ubuntu 16.04 and later, you can use snap packages to install PyCharm.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With