TeamViewer is really a very powerful remote login software that can remotely log on to Windows and Ubuntu, but when installed under 64bit Ubuntu, there is always a problem with the official installation method: Install the I386 library.
sudo apt-get install libc6:i386 libgcc1:i386 libasound2:i386 libexpat1:i386 libfontconfig1:i386 libfreetype6:i386 libjpeg62:i386 libpng12-0:i386 libsm6:i386 libxdamage1:i386 libxext6:i386 libxfixes3:i386 libxrandr2:i386 libxrender1:i386 libxtst6:i386 zlib1g:i386
Download TeamViewer i386
wget Http://download.teamviewer.com/download/teamviewer_i386.deb
Install TeamViewer i386
sudo dpkg-i teamviewer_i386.deb
Generally this step will be an error, because the lack of dependencies, but it does not matter, we install a dependency on it.
sudo apt-get update
sudo apt-get install-f
So the TeamViewer is finished installed. If you can't find it, install it again:
sudo dpkg-i teamviewer_i386.deb
The final display of TeamViewer (12.0.76279) was successfully installed.