6

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.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Anushka
  • 61

2 Answers2

6

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

mannos
  • 61
0

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

You can install it by,

sudo apt-get install libc6-i386
cshubhamrao
  • 4,135
  • 2
  • 19
  • 30