Difference between revisions of "CentOS 7.x installing teamviewer 14.5"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_package_management|CentOS 7.x package management</yambe:breadcrumb> =CentOS 7.x installing teamviewer 14.5= '''The below steps do not work as una...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb>CentOS_7.x_package_management|CentOS 7.x package management</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x package management|Package management]] > [[CentOS 7.x installing teamviewer 14.5]]
=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'''
'''The below steps do not work as unable to find qt5-qtbase-5.9.7 or qt5-qtdeclarative-5.9.7 for CentOS 7'''
Line 31: Line 30:




<yambe:breadcrumb>CentOS_7.x_package_management|CentOS 7.x package management</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x package management|Package management]] > [[CentOS 7.x installing teamviewer 14.5]]

Latest revision as of 06:55, 25 August 2022

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.

  1. Disable SELinux
  2. Download latest teamviewer rpm from https://www.teamviewer.com/en/download/linux/
  3. 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
  4. 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
  5. 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
  6. 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