Skip to main content
flxzt
Associate
September 13, 2022
Question

STM32CubeIDE requires libncurses.so.5, which is not provided on Fedora 37 anymore.

  • September 13, 2022
  • 11 replies
  • 18917 views

I recently updated my Fedora installation to the 37 beta. Because the package `ncurses-compat-libs` which provided the ncurses5 library was removed, I am unable to install STM32CubeIDE.

A fix would be to update the dependency to version 6, which is provided by Fedora 37 by `ncurses-libs`.

11 replies

Visitor II
May 30, 2025

I have the same problem after updated my ALT Linux. I use these commands to solve the problem:
# link /lib64/libncurses.so.6 /lib64/libncurses.so.5
# link /lib64/libtinfo.so.6 /lib64/libtinfo.so.5