Hi forum,
Even in a fresh Kubuntu 12.10 amd64 live session, I couldn't install multiarch packages.
This is what I have done:
sudo su -
dpkg --add-architecture i386
apt-get update
apt-get install gcc-4.7-multilib gcc-multilib
apt-get install ia32-libs ia32-libs-multiarch
When installing ia32-libs-multiarch, it would tell me that a lot i386 packages like libc:i386 were needed. If I tried to install libc:i386, it would ask for more i386 packages, just like the whole i386 system was needed to be installed if I want multiarch support.
What I need actually is to install wine1.6, which depends on wine1.6-i386, which depends on a lot of i386 packages too.
This problem has bothered me for a few weeks. Would anyone please help me with this? Thanks a lot.
Even in a fresh Kubuntu 12.10 amd64 live session, I couldn't install multiarch packages.
This is what I have done:
sudo su -
dpkg --add-architecture i386
apt-get update
apt-get install gcc-4.7-multilib gcc-multilib
apt-get install ia32-libs ia32-libs-multiarch
When installing ia32-libs-multiarch, it would tell me that a lot i386 packages like libc:i386 were needed. If I tried to install libc:i386, it would ask for more i386 packages, just like the whole i386 system was needed to be installed if I want multiarch support.
What I need actually is to install wine1.6, which depends on wine1.6-i386, which depends on a lot of i386 packages too.
This problem has bothered me for a few weeks. Would anyone please help me with this? Thanks a lot.
Comment