cancel
Showing results for 
Search instead for 
Did you mean: 

I can't install ide cube on ubuntu 24

yogui_ricardo
Associate II

When I try to install it I get this error: "The following packages have unmet dependencies:
st-stm32cubeide-1.16.1 : Depends: libncurses5 but is not installable
Depends: libpython2.7 but is not installable
Depends: libwebkit2gtk-4.0-37 but is not installable"
any ideas? thanks in advance

1 ACCEPTED SOLUTION

Accepted Solutions

Hi,

These are my notes for installing CubeIDE onto Tumbleweed -

STM32CubeDE installation

Download the generic linux option. The RPM package is problematic!

DON'T use the sudo running the script.

Select NO to install stlink server.

Using sudo & kate, create a desktop file in "/usr/share/applications/st-stm32cubeide-version.desktop". You need to logout - login to finialise it.

Before launching, create the workspace folders required. Copy/ move the projects from the old workspace to the new one.
When launching, select the new workspace, then import the project(s).

I hope this helps.

Kind regards
Pedro

AI = Artificial Intelligence, NI = No Intelligence, RI = Real Intelligence.

View solution in original post

4 REPLIES 4
AScha.3
Chief II

Which version you try?  -> try : generic Linux...

If you feel a post has answered your question, please click "Accept as Solution".
yogui_ricardo
Associate II

I tried it and it gives the same error

 

Hi,

These are my notes for installing CubeIDE onto Tumbleweed -

STM32CubeDE installation

Download the generic linux option. The RPM package is problematic!

DON'T use the sudo running the script.

Select NO to install stlink server.

Using sudo & kate, create a desktop file in "/usr/share/applications/st-stm32cubeide-version.desktop". You need to logout - login to finialise it.

Before launching, create the workspace folders required. Copy/ move the projects from the old workspace to the new one.
When launching, select the new workspace, then import the project(s).

I hope this helps.

Kind regards
Pedro

AI = Artificial Intelligence, NI = No Intelligence, RI = Real Intelligence.
yogui_ricardo
Associate II

I will try, thanks in advance