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
相关问题
- Why doesn't php sleep work in the windows-subs
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
- what's the role of libopenssl-ruby?
- Docker why isn't $USER environment variable se
相关文章
- pycharm上传代码到github,为什么不能指定某一个项目,而是默认上传第一个项目
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Profiling Django with PyCharm
- How to fix this strange error: “RuntimeError: CUDA
- Pycharm Edu 无法运行代码
- Incompatible JavaHl library loaded
- PygraphViz Import Error With PyCharm
- Python - Node.js (V8) runtime is not available on
Maybe, is a little convenience to leave this hidden file for update "major" installation: for example, since PyCharm Community Edition 2.4 to 2.6, I found this in home directory: PyCharmCE2018.2; the installer suggests use (default) or ignore.
Try this
open your terminal as common user
$rm -d -r ~/.PyCharm2019.3
run same command as root user
$sudo su
$rm -d -r ~/.PyCharm2019.3
note PyCharm2019.3 replaced with your PyCharm version
Incase if pycharm is installed using
snap package
then you could remove it by running following commands:replace
.PyCharm2017.3
with your installed version.Delete all output directories.
For example:
You can try the following commands it will completely delete the pycharm with its preferences from ubuntu.