How to Install TeamViewer on CentOS 7

TeamViewer is a remote desktop software and one of the essential software packages you need on your CentOS 7 desktop, especially if you are a system administrator.

How to Install TeamViewer on CentOS 7

We can’t just install TeamViewer on CentOS 7 with yum command, because TeamViewer is not available in default centos software repository.

To install TeamViewer on CentOS, First we need to download TeamViewer rpm package.

Go to TeamViewer Linux download page and download the installer for RedHat, CentOS, Fedora, SUSE.

download TeamViewer rpm package RedHat, CentOS, Fedora

Save the rpm package to your computer.

After the download is finished, Open the terminal and move into the directory where you saved the .rpm file, then install the rpm package with yum command.

yum install teamviewer_12.0.85001.i686.rpm

Now the yum command will install TeamViewer on your CentOS 7 Desktop.

yum install TeamViewer