cancel
Showing results for 
Search instead for 
Did you mean: 

"Nothing to install." after trying to install IDE

Ksen.1
Associate

I had a problem with the IDE and deleted it by manually searching all the files on my ubuntu 20.04.

Now when I try to run the binary again, it says "Nothing to install.", however I have deleted all stm files from my machine.

What can I do?

1 ACCEPTED SOLUTION

Accepted Solutions
Julien D
ST Employee

Hi,

Looks like STM32CubeIDE is still part of the native package manager database.

To check this assumption you can use the dpkg command:

dpkg -l '*stm32cubeide*'

And then remove correctly the package using :

sudo dpkg -r st-stm32cubeide-1.x.x

Replace the version token 1.x.x by the one reported in first dpkg query.

HTH

View solution in original post

2 REPLIES 2
Julien D
ST Employee

Hi,

Looks like STM32CubeIDE is still part of the native package manager database.

To check this assumption you can use the dpkg command:

dpkg -l '*stm32cubeide*'

And then remove correctly the package using :

sudo dpkg -r st-stm32cubeide-1.x.x

Replace the version token 1.x.x by the one reported in first dpkg query.

HTH

oeliks
Senior

Isn't there a uninstaller under installation folder opt/ ?