Cannot install icaclient due to problem with ia32-libs
Posted
by
Marc
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Marc
Published on 2013-10-16T14:19:10Z
Indexed on
2013/10/22
10:15 UTC
Read the original article
Hit count: 446
I have a problem installing the package icaclient
on 13.10 Saucy Salamander 64bit. It seems that there is a problem with ia32-libs and other dependencies.
marc@PinballWizard:~$ sudo dpkg -i Downloads/icaclient_12.1.0_amd64.deb
[sudo] password for marc:
Selecting previously unselected package icaclient.
(Reading database ... 179461 files and directories currently installed.)
Unpacking icaclient (from .../icaclient_12.1.0_amd64.deb) ...
dpkg: dependency problems prevent configuration of icaclient:
icaclient depends on ia32-libs; however:
Package ia32-libs is not installed.
icaclient depends on lib32z1; however:
Package lib32z1 is not installed.
icaclient depends on lib32asound2; however:
Package lib32asound2 is not installed.
dpkg: error processing icaclient (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
icaclient
Hence, other workarounds seem not to work. I followed the instructions here - and for the last two Ubuntu releases it was surely no problem.
When I try to install ia32-libs I get the following issue:
marc@PinballWizard:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs 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
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
E: Package 'ia32-libs' has no installation candidate
Is there any possibility to install icaclient
?
The sources.list is here.
© Ask Ubuntu or respective owner