Cannot find the ncurses library

Questions about Wine on Linux
Locked
hiigaran
Level 2
Level 2
Posts: 41
Joined: Fri Sep 22, 2017 12:41 am

Cannot find the ncurses library

Post by hiigaran »

I've got the following error when attempting to use winetricks to set up DXVK:

Code: Select all

Wine cannot find the ncurses library (libncurses.so.6).
However, if I apt install libncurses6, it tells me it is already the newest version.

Solution?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Cannot find the ncurses library

Post by jkfloris »

Did you also check the 32-bit package?

Code: Select all

apt-cache policy libncurses6:i386
hiigaran
Level 2
Level 2
Posts: 41
Joined: Fri Sep 22, 2017 12:41 am

Re: Cannot find the ncurses library

Post by hiigaran »

Huh. I assumed it would have automatically installed that if I did the "dpkg --add-architecture i386". Okay, that seems to have fixed the issue. Cheers.
Locked