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.
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.
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
libc6-i386 is already the newest version.(14.04) -- guess I'll have to download the x86 package from TeamViewer – pzkpfw Feb 09 '14 at 14:24