apt-get 32 bit package on amd64 Ubuntu installation
Posted
by
mario
on Ask Ubuntu
See other posts from Ask Ubuntu
or by mario
Published on 2011-03-09T15:23:26Z
Indexed on
2011/03/09
16:18 UTC
Read the original article
Hit count: 315
I was trying to get a game working. But I have Lucid Lynx on amd64 running while the game binary was 32 bit (no 64 bit version available and nobody was in the mood for recompiling). It lacked libfsml-windows1.5 to run, and apt-getting it failed. So I have to manually download the i386 packages and force install them. (No, not part of ia32libs.)
Now I'm wondering if there is an automated way to have x86 packages downloaded at least on a 64-bit installation. apt-get -o apt::architecture=i386
did not work. (If you switch the architecture mode it doesn't find the package or assumes missing dependencies for existing packages all around.)
Is there another tool to automate that? Possibly one which downloads the i386 packages and relocates contained libraries into /usr/lib32/ implicitely?
© Ask Ubuntu or respective owner