While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- Many more US states are planning or already have operating system age verification laws
- Xbox "Project Helix" confirmed to run Xbox and PC games - competition for the Steam Machine
- Transport Fever 3 confirmed for Linux and macOS support
- Slay the Spire 2 is out now in Early Access with online co-op
- > See more over 30 days here
Recently Updated
- Recommendations for portable monitor for Steam Deck?
- childermass - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Introduce Yourself!
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386 libstdc++6:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxcursor1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libglu1:i386In the old Ubuntu 14.04 it was very easy: I just needed to go to Ubuntu Software Center and type the name of the library in the "search" field and it show me the package where the library is.... The new Ubuntu Software doesn't allow you to do that; it only show apps... And the is no way to install the old USC in the new Ubuntus...
So, how to search and install these libraries on Ubuntu/Xubuntu 18.04?
libz.so.1 version "ZLIB.1.2.9" not found (required by /usr/lib/i386-Linux-gnu/libpng16.so.16)If I look for libz.so.1 on synaptic, there is no result..
[https://packages.ubuntu.com/search?suite=bionic&arch=i386&mode=exactfilename&searchon=contents&keywords=libz.so.1](https://packages.ubuntu.com/search?suite=bionic&arch=i386&mode=exactfilename&searchon=contents&keywords=libz.so.1)
Ubuntu 18.04 uses zlib 1.2.11, so you're probably having a conflict between the libraries in your system and older versions shipped with Trine. I would try to delete some of the libraries included with Trine, starting with libpng16 (if present).
In Ubuntu repo the zlib package is called "zlib1g" search for that in Synaptic. Most likely the system only came with 64bit library preinstalled. The 32bit one can be found as "zlib1g:i386" and you have to install that manually.
Deleting all the Trine libraries throw an error about some missing libpng12...
so for future reference:
To find out what (installed) package owns a file:
dpkg -S fileSince you are missing it, it obviously wont be installed so you will need apt-file
apt-file search fileFor some reason this nifty tool is not a part of most apt based distros, so you will need to install and update it first:
apt install apt-fileapt-file update