Linux Mint 19.x Tara/Tessa/Tina/Tricia 64 bit 32 bit Libraries Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Find and Install 32 bit Libraries to Execute Binary on Linux Mint 19.x Tara/Tessa/Tina/Tricia LTS 64 bit GNU/Linux.
And First, Try to Install the Usually Needed Dependencies for Linux Mint i386 Systems by Following the Linked Guide.
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
First, Try to Solve Installing Usually Needed Dependencies
-
Else Next Install Dependencies Lookup Package.
sudo apt install elfutils
If Got “User is Not in Sudoers file” then Look: Solution
-
And Read Needed Dependencies
First, Access the target:cd /[path/2/myBinPackage]
And Look up for Libraries:
readelf -d [myBinPackage]
Then Look for the NEEDED Entries like here below:
-
Now Search on google for the Package containing the Library
Eg like in this example with:“libdl.so.2 deb package”
-
Finally, Install the needed Packages
Eg:sudo apt install libc6:i386
So Now I’m truly Happy if My Guide could Help you to Install 32 bit Libraries for Binary on Linux Mint 19.x Tara/Tessa/Tina/Tricia 64 bit!