Hello Linux Geeksters. As you may know, Teamviewer is a non-free software for remote control via the internet. The latest stable version available is TeamViewer 9, which has been released a while ago.

Among others, it comes with Wake-on-Lan support, two factor authentication, copy and paste support via clipboard, quick connections via desktop shortcuts, support for notifications and a redesigned interface.
In this article I will show you how to install TeamViewer 9 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, Crunchbang and Kwheezy.
Because it is not available via PPA, we have to download the deb package from the official site and install it by hand. Follow the instructions for your system exactly, in order to get a successful installation.
How to install TeamViewer 9 on 32 bit Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, Crunchbang and Kwheezy systems:
$ wget download.teamviewer.com/download/teamviewer_linux.deb
$ sudo dpkg -i teamviewer_linux.deb
$ sudo apt-get install -f
How to install TeamViewer 9 on 64 bit Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, Crunchbang and Kwheezy systems:
$ wget download.teamviewer.com/download/teamviewer_linux_x64.deb
$ sudo dpkg -i teamviewer_linux_x64.deb
$ sudo apt-get install -f