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 CentOS, Fedora and OpenSUSE.
Teamviewer is not available via any repository, so we have to download the needed rpm package from the official site and install it with rpm.
How to install TeamViewer 9 on both 32/64 bit Fedora and CentOS systems:
$ wget download.teamviewer.com/download/teamviewer_linux.rpm
$ sudo yum localinstall teamviewer_linux.rpm
How to install TeamViewer 9 on both 32/64 bit OpenSUSE systems:
$ wget download.teamviewer.com/download/teamviewer_linux.rpm
$ sudo zypper install teamviewer_linux.rpm