TeamViewer is really a very powerful remote login software, can be remote login across windows and Ubuntu, but in 64bit Ubuntu installation, according to the official installation method always encounter problems, the following is how to install:
- Installing 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 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libxtst6:i386 zlib1g:i386
wget Http://download.teamviewer.com/download/teamviewer_i386.deb
- Installing TeamViewer i386
sudo dpkg-i teamviewer_i386.deb
Generally this step will be error, because the lack of dependencies, but it doesn't matter, we can install the dependency on it.
sudo apt-get updatesudo apt-get install-f
So the TeamViewer will be installed! If not, install it:
sudo dpkg-i teamviewer_i386.deb
TeamViewer Remote login + Ubuntu 14.04 (64bit) installation