Skip to content

Instantly share code, notes, and snippets.

@monnoval
Created March 7, 2023 14:31
Show Gist options
  • Save monnoval/04c395b525828adfb4ffcf8e94c25750 to your computer and use it in GitHub Desktop.
Save monnoval/04c395b525828adfb4ffcf8e94c25750 to your computer and use it in GitHub Desktop.
Fix missing libncurses.so.5 in Debian 11, Ubuntu 22 and AlmaLinux 9.1
$ find /usr/lib/ -name *ncurses* # find ncurses library
$ sudo ln -s /usr/lib/libncurses.so.6 /usr/lib/libncurses.so.5 # do soft link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment