To install TeamViewer on CentOS 7 and RedHat Enterprise Linux 7,
a few things have to be considered.
RedHat Enterprise Linux
On RHEL, TeamViewer can currently only be installed with a Workstation or Server subscription. With the RHEL Desktop subscription, not all dependencies (namely qt5-qtdeclarative) can be resolved.
Additionally, the epel repository needs to be enabled.
Required steps:
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # assuming 64bit Workstation wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm yum install ./epel-release-latest-7.noarch.rpm # must be installed first yum install ./teamviewer-host*.rpm
CentOS
On CentOS 7, the epel repository is required.
Required steps:
# assuming 64bit Workstation wget https://download.teamviewer.com/download/linux/teamviewer-host.x86_64.rpm yum install epel-release # must be installed first yum install ./teamviewer-host*.rpm