CentOS 7.x installing teamviewer 14.5
From Notes_Wiki
Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x installing teamviewer 14.5
The below steps do not work as unable to find qt5-qtbase-5.9.7 or qt5-qtdeclarative-5.9.7 for CentOS 7
Do not try these steps with privacy automatic screen lock. I got locked out of VM and then the graphics never worked properly. Best is to use these steps from text console after logging out from all graphical logins.
- Disable SELinux
- Download latest teamviewer rpm from https://www.teamviewer.com/en/download/linux/
- Download qt5-qtwebkit-5.91-2 (or later) from https://centos.pkgs.org/7/epel-x86_64/qt5-qtwebkit-5.9.1-2.el7.x86_64.rpm.html
- Download qt5-qtbase-5.9.2-3 (or later) from https://centos.pkgs.org/7/centos-x86_64/qt5-qtbase-5.9.2-3.el7.x86_64.rpm.html
- Download qt5-qtdeclarative-5.9.2-1 (or later) from https://centos.pkgs.org/7/centos-x86_64/qt5-qtdeclarative-5.9.2-1.el7.x86_64.rpm.html
- Use following commands in text-console login to install teamviewer:
- yum -y install epel-release
- yum -y install qt5-qtbase.x86_64 qt5-qttools.x86_64 qt5-qttools-devel.x86_64 qt5-qtx11extras.x86_64 qt-x11.x86_64 qt5-qtwebchannel.x86_64 qt5-qtwebcannel-devel.x86_64 qt5-qtquickcontrols.x86_64 qt5-qttools-static.x86_64 qt5-qtwebchannel-devel.x86_64 qt5-qtx11extras.x86_64 qt5-qtsensors.x86_64 qt-x11.x86_64 qt5-qtlocation.x86_64
- yum -y install wget
- wget http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/q/qt5-qtwebkit-5.9.1-2.el7.x86_64.rpm
- wget http://mirror.centos.org/centos/7/os/x86_64/Packages/qt5-qtbase-5.9.2-3.el7.x86_64.rpm
- wget http://mirror.centos.org/centos/7/os/x86_64/Packages/qt5-qtdeclarative-5.9.2-1.el7.x86_64.rpm
- yum -y localinstall *.rpm
Refer:
Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x installing teamviewer 14.5