How to uninstall Atollic TrueSTUDIO for STM32 (Linux)?

238 Views Asked by At

I've downloaded and installed the ATOLLIC TRUESTUDIO FOR STM32 on my computer (Linux) from the STM32 official website. Unfortunately, it is not working appropriately. It keeps crashing all the time. Hence, I want to uninstall it, although I didn't find any relevant document that gives some guidelines on how to uninstall this IDe. If anyone knows the procedure, please help with this. Thanks in advance.

1

There are 1 best solutions below

0
Aatif Shaikh On BEST ANSWER

I found the solution! First, we need to go to /opt/ folder (with the help of cd /opt/). Then we can see that there will be an Atollic folder (so we need to cd into that folder). Inside the Atollic folder, there will be a file called uninstall.sh. We need to run this shell script file.

cd /opt/Atollic....
sudo sh uninstall.sh