How To Install TeamViewer on Debian 8
In case you get the error “wrong architecture i386” you have to execute the following command lines as an administrator:
dpkg --add-architecture i386
apt-get update
apt-get upgrade
dpkg -i teamviewer_12.0.xxxxx_i386.deb
In case dpkg indicates missing dependencies, complete the installation by executing the following command:
apt-get install -f