Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Pycharm completely , Ubuntu

Tags:

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

like image 258
Zohaib Ijaz Avatar asked Nov 25 '15 10:11

Zohaib Ijaz


People also ask

How do I completely remove PyCharm from my Mac?

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.

Can I install PyCharm on Ubuntu?

Install using snap packagesFor Ubuntu 16.04 and later, you can use snap packages to install PyCharm.


1 Answers

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 
like image 107
Nauman Tariq Avatar answered Oct 09 '22 13:10

Nauman Tariq