Unable to find ncurses library

8,838

Solution 1

Wine may need 32-bit library.

You can install it with

sudo apt-get install libncurses5:i386 libncurses6:i386

and then retry.

Solution 2

Run these commands Below:


Wine may need a 32 bit library You can install it with :

sudo apt-get install libncurses6:i386

and then try :

sudo apt-get install libncurses5:i386

That should work..

Output terminal

enter image description here

Share:
8,838

Related videos on Youtube

hiigaran
Author by

hiigaran

Updated on September 18, 2022

Comments

  • hiigaran
    hiigaran almost 2 years

    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

  • hiigaran
    hiigaran over 5 years
    Perfect. Thanks. Will accept when the time limit is up.
  • user207863
    user207863 over 4 years
    In my case the error was Wine cannot find the ncurses library (libncurses.so.5). and the solution was sudo apt-get install libncurses5:i386