Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 23791  / 1 Year ago, mon, february 13, 2023, 10:20:24

I noticed this on 12.10 trying to get the Android SDK working. For 64 bit versions, it is required to install:



sudo apt-get install ia32-libs


However, under 64bit 12.10, I got the following error:



The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-multiarch but it is not installable


And



> apt-get install ia32-libs-multiarch
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs-multiarch is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ia32-libs-multiarch' has no installation candidate

More From » 12.10

 Answers
0

I found the solution here comment #27,



sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs


Then the 32 bit libraries install fine (for me anyway!). Hope this helps somebody !


[#31730] Tuesday, February 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
guialk

Total Points: 300
Total Questions: 144
Total Answers: 121

Location: Saint Vincent and the Grenadines
Member since Sat, Sep 11, 2021
3 Years ago
;