Install TeamViewer 10 in Linux Mint and Ubuntu 14.04, 14.10, 15.04

Install TeamViewer 10 in Linux Mint and Ubuntu 14.04, 14.10, 15.04

Install TeamViewer 10 in Linux Mint and Ubuntu 14.04, 14.10, 15.04

TeamViewer 10 includes significant performance optimizations. CPU usage optimizations for multi-core processors, HD voice transmission quality, and faster login and load times for the Management Console are just a few examples.

TeamViewer is a proprietary computer software package for remote control, desktop sharing, online meetings, web conferencing and file transfer between computers. Versions are available for the Microsoft Windows, OS X, Desktop Linux, iOS, Android Linux, Windows RT and Windows Phone operating systems. It is also possible to access a machine running TeamViewer with a web browser. While the main focus of the application is remote control of computers, collaboration and presentation features are included.

For more information on the major TeamViewer Changes in the upcoming version 10 please consult this page.

To Install TeamViewer 10 in Linux Mint and Ubuntu 14.04, 14.10, 15.04 open a new Terminal window and bash (get it?) in the following commands:

For Linux System 32 bit :
sudo apt-get install gdebi
wget download.teamviewer.com/download/version_10x/teamviewer_linux.deb
sudo gdebi teamviewer_linux.deb

For Linux System 64 bit :

Note: On newer 64-bit DEB-systems with Multiarch-support (Debian 7) teamviewer_linux_x64.deb cannot be installed because the package ia32-libs is not available anymore on these systems. In this case we have to use the teamviewer_linux.deb instead.
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gdebi
wget download.teamviewer.com/download/version_10x/teamviewer_linux.deb
sudo gdebi teamviewer_linux.deb
To remove Teamviewer, open a new Terminal window and bash (get it?) in the following commands:
sudo apt-get remove teamviewer*
Our hope tutorial entitled "Install TeamViewer 10 in Linux Mint and Ubuntu 14.04, 14.10, 15.04" can be useful for visitors.