I'm trying to run some 32bit application using wine and Box86 on UBUNTU 22.04 64bit and it seems that libncurses.so.5:i386 are missing. I tried to install those libraries as per this stack exchange question
error while loading shared libraries: libncurses.so.5:
but all those tips are failing
krzysztof@krzysiaczekpi1:~$ sudo apt-get install libncurses5:i386[sudo] password for krzysztof:Reading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package libncurses5:i386sudo apt-get install ia32-libsReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package ia32-libsBox86 with Dynarec v0.2.7 e9fcef3d built on Aug 21 2022 00:07:30Box86 with Dynarec v0.2.7 e9fcef3d built on Aug 21 2022 00:07:30Error initializing native libncurses.so.5 (last dlerror is libncurses.so.5: cannot open shared object file: No such file or directory)Wine cannot find the ncurses library (libncurses.so.5).
any idea where to find those libraries 32 bit version for arm architecture ??