2020-02-01 04:42 PM
I am encountering breaking graphical problems with the configuration perspective and want to try a clean uninstall/reinstall to try to resolve it.
What is the preferred method for uninstalling STM32CubeIDE on Linux?
Solved! Go to Solution.
2021-09-13 04:32 AM
I was able to remove STM32CubeIDE 1.7 using Synaptic package manager. I installed from the terminal using the downloaded st-stm32cubeide_1.7.0_10852_20210715_0634_amd64.deb_bundle.sh but the installed package was visible in the package lists in Synaptic. When Synaptic removed the application the directory /opt/st/stm32cubeide_1.7.0 vanished, as well.
2022-12-19 11:10 PM
sudo apt-get remove st-stm32cubeide_1.11.0_13638_20221122_1308_amd64.deb_bundle.sh st-stlink-udev-rules st-stlink-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package st-stm32cubeide_1.11.0_13638_20221122_1308_amd64.deb_bundle.sh
E: Couldn't find any package by glob 'st-stm32cubeide_1.11.0_13638_20221122_1308_amd64.deb_bundle.sh'
E: Couldn't find any package by regex 'st-stm32cubeide_1.11.0_13638_20221122_1308_amd64.deb_bundle.sh'
i could not remove cube ide ... can you please suggest exact command
2022-12-19 11:22 PM
You did most of the work by retrieving this topic but actually forgot to entirely read the "best answer". STM32CubeIDE being not installed through apt it can be uninstalled with it. Try with dpkg as suggested.
2022-12-20 01:28 AM
hi justin .. you are correct ... i did dpkg and removed and installed again now working ..thanks