-1

Possible Duplicate:
Cannot install ia32-libs

when I try to install 64bit packages on ubuntu 12.04 64bit, package manager says :

Error: Cannot install 'ia32-libs'

and I tried to install ia32-libs but synaptic says :

could not all packages for instalation or upgrade. the folowing packages was unresolvable dependencies. make sure that all repositories are added anf enabaled in the prefrences . ia32-libs-multiarch : Depends: libcurl3 but it is not going to be installed ia32-libs: Depends: ia32-libs-multiarch

I want to install teamviewer. on 11.10 I installed 64bit teamviewer package withouth any problem.

1 Answers1

1

You probably havent opened up the necessary repositories, heres how

To enable Partner and Independent Repositories in Ubuntu Software Center

Open Ubuntu Software Center and select “Edit” and then select “Software Sources”:

Make sure both Canonical Partner repositories have check marks next to them

Now open up Terminal and copy and paste

sudo apt-get update

stephenmyall
  • 9,885