SeriousBuggie/UZ

Ubuntu 22.04 missed dependencies...

Opened this issue · 1 comments

Attempt to run it in Ubuntu 22.04 (5.15.0-86-generic x86_64) fails with message: "error while loading shared libraries".
This error occurs because 32-bit versions of the following libraries missed: libx11.so.6, libXext.so.6.
Once these libraries installed, UZ works properly.

The first dependency could be easily fixed by installing a package "libx11-6:i386".
But i couldn't find out how to install a second library, so i just installed some package that this library was a part of...

What would be a proper way to install 32-bit version of libXext.so.6 library?