Bonjour
Si tu as installé en suivant ce style de consignes
The recommended installation location according to the filesystem hierarchy standard (FHS) is /opt. To install PyCharm into this directory, enter the following command:
sudo tar xzf pycharm-*.tar.gz -C /opt/
Copied!
To verify integrity of the downloaded archive, use the SHA checksum linked from the Download page.
Switch to the bin subdirectory:
cd <new archive folder>/pycharm-*/bin
Copied!
For example,
cd /opt/pycharm-*/bin
Copied!
Run pycharm.sh from the bin subdirectory.
sh pycharm.sh
Il suffit de le supprimer du répertoire où il est installé. Avec cet exemple
sudo rm -rv /opt/pycharm-*