To install Teamviewer on Debian 7 Testing md64 it is necessary to activate the multiarch.
To activate the Multiarch, the following command must be executed:
# dpkg --add-architecture i386
and then execute this command:
# apt-get update
Then proceed to Teamviewer installation:
# dpkg -i teamviewer_linux_x64.deb
In case “dpkg” complains about missing dependencies, complete the installation by executing following command:
# apt-get -f install
Info on multiarch support can be found here:
http://www.debian.org/News/2011/20110726b.en.html
This post is also available in: Italian
This didn't work on a Linux Mint Debian Edition 64-bit that tracks current debian testing (jessie).
How do I install TeamViewer on my Linux distribution? says that 32-bit package should be used. I installed it successfully with:
$ sudo gdebi teamviewer_linux.deb
Debian inrtoduced the multiarch support as you can see here: http://www.debian.org/News/2011/20110726b.en.html
I never tried on Linux Mint, so thanks for your tip.
I just tested it on my Debian 7 and it is not working