Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 10581  / 2 Years ago, fri, november 11, 2022, 11:51:10

I've run into a problem with Wine/winetricks, where I get the following error:



Wine cannot find the ncurses library (libncurses.so.6).


However, running sudo apt install libncurses6 just gives me a notification that the package is already installed



Running 18.10


More From » wine

 Answers
5

Wine may need 32-bit library.


You can install it with


sudo apt-get install libncurses5:i386 libncurses6:i386

and then retry.


[#6623] Sunday, November 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
barted

Total Points: 424
Total Questions: 103
Total Answers: 101

Location: Djibouti
Member since Sun, Feb 27, 2022
2 Years ago
;