Tagged Questions
0
votes
1answer
181 views
How do I install ia32 libs, the multi-arch packages? [duplicate]
I cannot install ia32 libs no matter how hard I try. Here is the error I get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not ...
1
vote
0answers
97 views
how to remove a foreign architecture?
On Ubuntu 12.04 LTS x64, we'd like to remove the i386 foreign architecture it comes with, but I don't see a "dpkg" command to do this cleanly.
In Stuck with foreign-architecture=i386 when using ...
4
votes
2answers
163 views
How can I install both 32 and 64 bit versions of the same -dev package?
I'm trying to install libsqlite3-dev for both i386 and amd64 on the same Ubuntu 12.04 machine. I'm developing an application that uses sqlite3, and want to compile and test both the 32-bit and 64-bit ...
2
votes
1answer
214 views
Can I install `libssl-dev:i386` on x86_64 system without losing important packages?
On my x86_64 12.10 system, when I try to
apt-get install libssl-dev:i386
apt wants to remove a bunch of things:
The following packages will be REMOVED:
build-essential dkms g++ g++-multilib gcc ...
1
vote
2answers
184 views
How can I switch a 64-bit installation to a 32-bit one?
I want to turn my 64-bit installation into a 32-bit one.
So far, I've tried to install a 32-bit kernel using this command:
sudo apt-get install linux-image:i386 linux-image-generic:i386 ...
0
votes
1answer
48 views
Ubuntu app stores and 32 and 64 bits apps
Is there any tutorial to submit applications in multiple architectures ?
if only one architecture is submitted, I guess 64 bits is recommended today ? (do we have stats on how many users use 32 vs ...
0
votes
0answers
291 views
Installing liblapack3gf 32-bit and 64-bit simultaneously
The situation is that I am trying to run an image processing pipeline on my 64-bit Ubuntu 12.04. The first part of the pipeline, "Bundler", is only readily compilable as 32-bit (aka I compiled on a ...
2
votes
3answers
575 views
Cannot install Android 2.3 libs dies to missing ia32-libs-multiarch
I need to get my box up to par or android development, but cannot get ia32-libs to install for the life of me. Can anyone help? The error Android's tool gave me was Stopping ADB server failed (code ...
2
votes
5answers
7k views
Wine installation on 12.04 LTS
Installed wine from the Software Center and kept getting errors when trying to load windows programs.
Uninstalled and did the apt-get installation of the latest version (1.5.7)
Ran Wine ...
2
votes
0answers
9k views
Can I upgrade Ubuntu 12.04 from 32 bit to 64 bit? [duplicate]
Possible Duplicate:
Is it possible to “upgrade” from a 32bit to a 64bit installation?
There was a similar question for older Ubuntu versions, but not for 12.04.
Multiarch is ...
1
vote
1answer
185 views
Multi-Architectures and Their Binaries
Why is there a /usr/lib and a /usr/lib32 directory but only a /usr/bin and no /usr/bin32 directory on a AMD64 64-bit-install of Ubuntu? If or when Debian/Ubuntu start supporting ...
3
votes
1answer
3k views
running a 32 bit .bin file on 64 bit Kubuntu
I am running a 64-bit version of Kubuntu 12.04. When trying to run a 32-bit .bin file I am getting the following error:
$ ./jdevstudio11121install.bin
./jdevstudio11121install.bin: No such file or ...
16
votes
9answers
17k views
Cannot install ia32-libs
I don't know why I can't install ia32-libs. It claims for a dependency that cannot be found on repos.
junior@mediacenter:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building ...
1
vote
3answers
2k views
i386 deb package for amd64 machines
I am building an application and I want to build a DEB package, but I have a problem...
I want that the DEB package can be installed both 32 bits machines and 64 bits machines.
Then I build a 32 bits ...
3
votes
0answers
4k views
Installing 32 bit java now that ia32-sun-java6-bin is not available [duplicate]
Possible Duplicate:
How can I install Sun/Oracle's proprietary Java 6/7 JRE or JDK?
Prior to 11.10, I could install a 32 bit java side by side with the 64 bit versions using the package ...
2
votes
1answer
341 views
Are there any kernel optimization for multi-arch?
I just discovered that Synaptic on my Oneiric installation displays about 55 thousand packages instead of 35. About 20 of these have a name ending with :i386. I also recently read in the Oneiric Beta ...
