What is the preferred method for completely uninstalling STM32CubeIDE in Linux (Ubuntu 18.04LTS)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-01 4: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.
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-13 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-12-20 1:28 AM
hi justin .. you are correct ... i did dpkg and removed and installed again now working ..thanks

- « Previous
-
- 1
- 2
- Next »