PDA

View Full Version : How to install ia32-libs?



omegahanggara
2013-03-28, 03:47
I'm having trouble with my Kali Linux 1.0 amd64. With Kali repository, i got unmet dependencies when installing ia32-libs.

Here's some error:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386 but it is not installable
E: Unable to correct problems, you have held broken packages.


With my source.list:



deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib


Any suggest?

hausoo
2013-03-28, 15:22
dpkg --add-architecture i386
apt-get update
apt-get install ia32-libs

omegahanggara
2013-04-02, 04:22
The problem still persist



root@kali:~# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ia32-libs : Depends: lib32bz2-1.0 but it is not going to be installed
Depends: lib32asound2 (> 1.0.18) but it is not going to be installed
Depends: lib32gcc1 (>= 1:4.1.1) but it is not going to be installed
Depends: lib32ncurses5 (>= 5.7+20100313) but it is not going to be installed
Depends: lib32stdc++6 (>= 4.1.1) but it is not going to be installed
Depends: lib32v4l-0 (>= 0.5.0) but it is not going to be installed
Depends: lib32z1 (>= 1:1.2.3.3.dfsg) but it is not going to be installed
PreDepends: libc6-i386 (>= 2.9-18) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Any suggest?

hausoo
2013-04-03, 02:48
you have held broken packages

dpkg --configure -a

which will try to install any package not properly installed in a gentle way
If this does not work try

apt-get install -f

debian wiki is a great place for usr of kali

maverik35
2013-04-03, 20:46
You have a 64bit system (kali-64bit), and cannot install 32bit libraries, you can install 32-bit applications, but not libraries since the have dependencies to other 64bit libraries.

The system won't let you do that. One thing is 32 bit applications which indeed can be installed in a 64bit system, but other thing are 32-bit libraries with in a 64bit system.

If you read, libraries have dependencies on ncurses, gcc v4l, etc..It is parte of the 64-bit system. System simply will not allow you to.

It is like trying to install in MS win some .dll in 64bit and another in 32bit, and both part of the windows system itself????? in a 64bit system????...

Luck.

TH3CR4CK3R
2013-04-04, 12:00
I am not absolutely 100% sure what all the capabilities are, but the new debian "wheezy" is supposed to be multi-architecture... you might wanna check that out. If you know what you are doing you can root it and turn it in to kali

hausoo
2013-04-05, 00:59
hello

:~# uname -a
Linux iphone 3.7-trunk-amd64 #1 SMP Debian 3.7.2-0+kali6 x86_64 GNU/Linux

:~# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
ia32-libs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

~# ldd /opt/firefox/firefox-bin
linux-gate.so.1 => (0xf77b1000)
libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf776f000)
libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xf776b000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf767e000)
libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xf7658000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf763b000)
libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf74d8000)
/lib/ld-linux.so.2 (0xf77b2000)

Merandus
2013-04-12, 17:35
Hello
hausoo, Thanks, i managed to install ia32-libs by reading your instructions! in google there were many solutions regarding debian or ubuntu, but these just fixxed this problem while running kali.
so the fix is this:
dpkg --add-architecture i386
apt-get update
(i tried installing ia32-libs but it asked me to use -f so)
apt-get -f install
dpkg --configure -a
apt-get install ia32-libs

so if you type these command in this order it gets fixxed and you can install ia32-libs.
again, thanks! i wanted this for installing voxin, a voice speech for Orca.

polimar
2013-09-05, 07:16
Hello
hausoo, Thanks, i managed to install ia32-libs by reading your instructions! in google there were many solutions regarding debian or ubuntu, but these just fixxed this problem while running kali.
so the fix is this:
dpkg --add-architecture i386
apt-get update
(i tried installing ia32-libs but it asked me to use -f so)
apt-get -f install
dpkg --configure -a
apt-get install ia32-libs

so if you type these command in this order it gets fixxed and you can install ia32-libs.
again, thanks! i wanted this for installing voxin, a voice speech for Orca.

Hi to all,

I have a fresh install of kali 1.0.4 and this is my source.list


deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib

deb http://http.kali.org/kali kali-dev main contrib non-free
deb-src http://http.kali.org/kali kali-dev main contrib non-free

deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free



and if I try to install ia32-libs I have this output



sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386
E: Unable to correct problems, you have held broken packages.


even if I tried to do all in the post before...


root@TECINFO73:~# dpkg --add-architecture i386
root@TECINFO73:~# apt-get update
Hit http://security.kali.org kali/updates Release.gpg
Hit http://http.kali.org kali Release.gpg
Hit http://http.kali.org kali-dev Release.gpg
Hit http://security.kali.org kali/updates Release
Hit http://http.kali.org kali Release
Hit http://security.kali.org kali/updates/main Sources
Hit http://http.kali.org kali-dev Release
Hit http://security.kali.org kali/updates/contrib Sources
Hit http://http.kali.org kali/main Sources
Hit http://security.kali.org kali/updates/non-free Sources
Hit http://http.kali.org kali/non-free Sources
Hit http://security.kali.org kali/updates/main amd64 Packages
Hit http://http.kali.org kali/contrib Sources
Hit http://security.kali.org kali/updates/contrib amd64 Packages
Hit http://http.kali.org kali/main amd64 Packages
Hit http://security.kali.org kali/updates/non-free amd64 Packages
Hit http://http.kali.org kali/non-free amd64 Packages
Hit http://security.kali.org kali/updates/main i386 Packages
Hit http://http.kali.org kali/contrib amd64 Packages
Hit http://security.kali.org kali/updates/contrib i386 Packages
Hit http://http.kali.org kali/main i386 Packages
Hit http://security.kali.org kali/updates/non-free i386 Packages
Hit http://http.kali.org kali/non-free i386 Packages
Hit http://http.kali.org kali/contrib i386 Packages
Hit http://http.kali.org kali-dev/main Sources
Hit http://http.kali.org kali-dev/contrib Sources
Hit http://http.kali.org kali-dev/non-free Sources
Hit http://http.kali.org kali-dev/main amd64 Packages
Hit http://http.kali.org kali-dev/contrib amd64 Packages
Hit http://http.kali.org kali-dev/non-free amd64 Packages
Hit http://http.kali.org kali-dev/main i386 Packages
Hit http://http.kali.org kali-dev/contrib i386 Packages
Hit http://http.kali.org kali-dev/non-free i386 Packages
Ign http://security.kali.org kali/updates/contrib Translation-en_US
Ign http://security.kali.org kali/updates/contrib Translation-en
Ign http://security.kali.org kali/updates/main Translation-en_US
Ign http://security.kali.org kali/updates/main Translation-en
Ign http://security.kali.org kali/updates/non-free Translation-en_US
Ign http://security.kali.org kali/updates/non-free Translation-en
Ign http://http.kali.org kali/contrib Translation-en_US
Ign http://http.kali.org kali/contrib Translation-en
Ign http://http.kali.org kali/main Translation-en_US
Ign http://http.kali.org kali/main Translation-en
Ign http://http.kali.org kali/non-free Translation-en_US
Ign http://http.kali.org kali/non-free Translation-en
Ign http://http.kali.org kali-dev/contrib Translation-en_US
Ign http://http.kali.org kali-dev/contrib Translation-en
Ign http://http.kali.org kali-dev/main Translation-en_US
Ign http://http.kali.org kali-dev/main Translation-en
Ign http://http.kali.org kali-dev/non-free Translation-en_US
Ign http://http.kali.org kali-dev/non-free Translation-en
Reading package lists... Done
root@TECINFO73:~# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386
E: Unable to correct problems, you have held broken packages.
root@TECINFO73:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@TECINFO73:~# dpkg --configure -a
root@TECINFO73:~# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386
E: Unable to correct problems, you have held broken packages.



any ideas?

Thanks

andreldsg
2015-07-18, 17:24
Hi there fellows,

Any ideas? I'm running into the same issue. Already tried adding the i386 architecture in dpkg and upgating using apt-get but it doesn't work. Also tried installing ia32-libs-i386 but it gives me a shitload of dependencies that aren't going to be installed.


~/Downloads$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386 but it is not installable
E: Unable to correct problems, you have held broken packages.



~/Downloads$ cat /var/lib/dpkg/arch
amd64
i386


Been trying for 3 days to install Steam and Skype on my Kali box but just can't. :(


:~/Downloads$ uname -a
Linux Eris 3.18.0-kali3-amd64 #1 SMP Debian 3.18.6-1~kali2 (2015-03-02) x86_64 GNU/Linux


Thanks!