Bear in mind I have had this installed since 16.04 was in development and now in 16.10.
So some time has passed since then...but I seem to remember struggling with the 64 bit .deb
Went through some old notes and found my install went like this.
Code:
sudo dpkg --add-architecture i386
You have already done this
Code:
sudo apt-get update
And this also is already done
Code:
wget http://download.teamviewer.com/download/teamviewer_i386.deb
I choose the 32bit .deb
Code:
sudo dpkg -i --force-depends teamviewer_i386.deb


In case “dpkg” indicates missing dependencies, complete the installation by executing the following command:

Code:
sudo apt-get install -f
complete the installation by executing the following command:
Code:
sudo teamviewer --daemon start