cancel
Showing results for 
Search instead for 
Did you mean: 

What is the preferred method for completely uninstalling STM32CubeIDE in Linux (Ubuntu 18.04LTS)?

akronmacon
Associate II

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?

13 REPLIES 13
PFitz.1
Associate

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.

MMARI.1
Senior

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

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.

hi justin .. you are correct ... i did dpkg and removed and installed again now working ..thanks