Wine question - missing ncurses library (libncurses.so.6)

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
MintyMorkyMindy
Level 3
Level 3
Posts: 169
Joined: Sun Oct 05, 2014 3:53 am

Wine question - missing ncurses library (libncurses.so.6)

Post by MintyMorkyMindy »

Hi,

LM19

Code: Select all

$ wine --version
wine-3.0.2
I have the following error message:

Code: Select all

Wine cannot find the ncurses library (libncurses.so.6)
I have uninstalled wine, including deleting .wine, and reinstalled wine, several times. I have tried to find a solution, but haven't so far.

How is this resolved, to get the required library installed?

Thank you.

:)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Linux Mint since 5 October 2014 :D
ajgringo619

Re: Wine question - missing ncurses library (libncurses.so.6)

Post by ajgringo619 »

I did a package search on packages.ubuntu.com and the newest version of that library is libncurses.so.5. I have seen it in RPM packages, but I'll be damned if I can find it anywhere else.
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: Wine question - missing ncurses library (libncurses.so.6)

Post by Flemur »

I have Mint 19, wine-3.0.2 and...

Code: Select all

# ls -l `sfind "libncurses.so*"`
lrwxrwxrwx 1 root root     17 May 23 02:08 ./lib/i386-linux-gnu/libncurses.so.5 -> libncurses.so.5.9
-rw-r--r-- 1 root root 148800 May 23 02:08 ./lib/i386-linux-gnu/libncurses.so.5.9
lrwxrwxrwx 1 root root     17 May 23 02:08 ./lib/x86_64-linux-gnu/libncurses.so.5 -> libncurses.so.5.9
-rw-r--r-- 1 root root 141248 May 23 02:08 ./lib/x86_64-linux-gnu/libncurses.so.5.9
If all else fails and you don't get a real solution, you might be able to trick it with a link, like:

Code: Select all

ln -s /lib/x86_64-linux-gnu/libncurses.so.5.9 /lib/x86_64-linux-gnu/libncurses.so.6 
repeat for i386

(sfind is my custom 'find' command that only searches under "/")
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Locked

Return to “Software & Applications”