lib32asound : Dependency is not satisfiable [duplicate]

I'm using Ubuntu 13.10 and I'm getting this error when I try to install teamviewer , the error is

Dependency is not satisfiable lib32asound2

I already tired sudo apt-get install libasound2:i386 but no good.

0

2 Answers

My problem was fixed installing 32 bit version of teamviewer. Apparently x64 package doesn't work on Ubuntu x64.

To correctly install teamviewer, you've to install the libc6-i386 package.

You can install it by,

sudo apt-get install libc6-i386
6

You Might Also Like