dn@ite:~$ sudo apt-get install ia32-libs Reading package lists... Done Building dependency treereading 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.
Diatas adalah peringatan eror yang ditampilkan ketika saya ingin memasang pustaka/library ia32-libs pada mesin Debian Wheezy 64bit. ia32libs merupakan kumpulan library yang memungkinkan kita memasang aplikasi 32bit pada mesin Linux 64bit.
berikut cara memperbaiki eror tersebut:
1. masukkan kode arsitektur 32bit$ sudo dpkg --add-architecture i3862. Lakukan update
$ sudo apt-get update3. coba pasang kembali ia32-libs
$ sudo apt-get install ia32-libsSelamat mencoba.
Referensi:
[1] http://superuser.com/questions/452273/unable-to-install-ia32-libs
[2] http://crunchbang.org/forums/viewtopic.php?id=23561
[2] http://crunchbang.org/forums/viewtopic.php?id=23561