How to uninstall pycharm from linux
This article mainly introduces the relevant knowledge of "how to uninstall pycharm in linux". Xiaobian shows you the operation process through actual cases. The operation method is simple and fast and practical. I hope this article "how to uninstall pycharm in linux" can help you solve the problem.
Specific operation steps:
1. Use Ctrl+Alt+T to open terminal command line mode in Linux desktop.
2. Enter the following command on the linux terminal command line to delete the unzipped directory of pycharm.
sudo rm -r /opt/pycharm-community-2018.1.4/ #Remove pcl related files
3. Enter the following command to delete the hidden directory where pycharm saves configuration information.
rm -r ~/.PyCharmCE2018.1
4. If pycharm is no longer used, you need to type the following command to delete jetbrains-pycharm-ce.desktop under/usr/share/replicas/.
sudo rm /usr/share/applications/jetbrains-pycharm-ce.desktop
About "linux how to uninstall pycharm" content introduced here, thank you for reading. If you want to know more about industry-related knowledge, you can pay attention to the industry information channel. Xiaobian will update different knowledge points for you every day.