The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How can I install 32bit apps in 64bit 10.10 offline?

    Discussion in 'Linux Compatibility and Software' started by Billt Joe, Oct 10, 2010.

  1. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    I was just googling for the answer after I realized Keryx wouldn't run in the newly installed Ubuntu 10.10 64 system. I found that I needed 32bit libraries to get it working. But where can I get them? Is there a workaround to needing those 32bit libraries until I can get my 'buntu install online? (I need to install gnome-ppp to get online)

    Edit: HOLD EVERYTHING!
    When I made this post I assumed (and you know what that does to you and me :p ) that I couldn't connect to the internet using network manager using a verizon wireless modem because I couldn't in 10.04. Well, I assumed wrong. I just clicked "new mobile CDMA", then verizon, next, next, next and wallah! instant connection! *Does the extremely happy dance*

    Still, what are the names of those 32bit libraries?
     
  2. debguy

    debguy rip dmr

    Reputations:
    607
    Messages:
    893
    Likes Received:
    4
    Trophy Points:
    31
    Up to now I didn't know Kerix at all, and frankly I don't see what it should be good for.
    But basically I see three approaches for your problem:
    1. Compile Kerix on your own. According to their Home page it's open source, so you should find the source code somewhere.
    2. Since Kerix is an offline package manager, I assume you have your packages on some USB key or similar. Just use dpkg to install them.
    3. Set up an offline package repository. The easiest way would be a CD or DVD that you can include in your sources.list. Then you can use apt(itude) or Synaptic if you like.

    Edit:
    Which libraries are you talking about? The ones to make Kerix work? If so, what are its dependencies?
     
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    The 32 bit libraries are the ia32-libs and ia32-libs-gtk packages.

    To force install a 32 bit package on 64 bit, use --force-architecture:
    Code:
    sudo dpkg -i --force-architecture package.deb
    You can always download packages from Ubuntu -- Ubuntu Packages Search and then put them on some kind of media or shared partition, to get onto your Linux system.
     
  4. Billt Joe

    Billt Joe Notebook Consultant

    Reputations:
    9
    Messages:
    141
    Likes Received:
    0
    Trophy Points:
    30
    sorry for not being clear. I needed 32bit libraries to install 32bit apps on my 64it machine. At first I thought I couldn't get online in ubuntu without "gnome-ppp" which is an app for modems and such. I couldn't install it because "it was the wrong architecture". So I would use Keryx to download the needed packages in Windows. I couldn't run Keryx in Ubuntu, again, because of "the wrong architecture". Now, after discovering I don't need gnome-ppp and am connected to the internet I need to locate the 32bit libraries for any 32bit apps I may need to install.

    Thanks allurgroceries. I installed ia32-libs via synaptic but ia32-libs-gtk isn't there.
     
  5. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Yeah sorry ia32-libs-gtk looks like a virtual package on Ubuntu and it's included in ia32-libs, it's a little different on Debian. :eek:
     
  6. 1ceBlu3

    1ceBlu3 Notebook Deity

    Reputations:
    1,050
    Messages:
    829
    Likes Received:
    17
    Trophy Points:
    31
  7. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    Should be fine with ia32-libs, needing to grab more libraries than that is not very common, but it can happen, depending on the 32 bit app you want to run.