Zorin OS 64 Bit Install 32 Bit Libraries to Execute Binary

February 3, 2018 | By the+gnu+linux+evangelist.

Zorin OS 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 Zorin OS 64 bit GNU/Linux.

And First, Try to Install the Usually Needed Dependencies for Zorin OS i386 Systems by Following the Linked Guide.

How to Install 32-bit Libraries to Run Package on Ubuntu 22.04 64-bit
  1. Open a Terminal Shell emulator window
    (Press “Enter” to Execute Commands)
    Ctrl+Alt+t on Desktop

    Zorin OS 64 bit Install 32 bit Libraries to Execute Binary - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. First, Try to Solve Installing Usually Needed Dependencies

    32bit Libraries Installation Zorin OS
  3. Else Next Install Dependencies Lookup Package.

    sudo apt install elfutils

    If Got “User is Not in Sudoers file” then Look: Solution

  4. 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:

    Zorin OS 64 bit Install 32 bit Libraries to Execute Binary - readelf Dependencies Output
  5. Now Search on google for the Package containing the Library
    Eg like in this example with:

    “libdl.so.2 deb package”

  6. Finally, Install the needed Packages
    Eg:

    sudo apt install libc6:i386
  7. So Now I’m truly Happy if My Guide could Help you to Install 32 bit Libraries for Binary on Zorin OS 64 bit!


QuickChic Theme • Powered by WordPress