Centos 6 Installs The Latest Version Of TeamViewer14.4.2669

At present, the old version of TeamViewer has been unable to use on the original Centos 6 system, prompting the need to upgrade. Let’s take a look at how Centos 6 installs the latest version of TeamViewer 14.4.2669.

Centos 6 Install the latest version of TeamViewer

Upgrading the system

yum -y update

Uninstalling the old version

If you have previously installed an older version of TeamViewer, use the following command to uninstall:

rpm --erase teamviewer

Download TeamViewer

wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm

Installing TeamViewer

  • First, we use the command to install TeamViewer directly:
    rpm -ivh teamviewer_14.4.2669.x86_64.rpm

Get the following error message:

Centos 6 TeamViewer14.4.2669

As you can see, the latest version of TeamViewer depends on QT5 and GLIBC_2.17.

Installing QT5

  1. Install the EPEL Repo:

    yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
  2. Install QT5:

    yum -y install qt5*x86_64

    Install GLIBC_2.17

  3. Download the rpm package:

    wget https://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm https://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm https://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-devel-2.17-55.el6.x86_64.rpm https://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-headers-2.17-55.el6.x86_64.rpm
  4. Install GLIBC_2.17:

    rpm -Uvh glibc-2.17-55.el6.x86_64.rpm glibc-common-2.17-55.el6.x86_64.rpm glibc-devel-2.17-55.el6.x86_64.rpm glibc-headers-2.17-55.el6.x86_64.rpm --force --nodeps

    Installing TeamViewer

    We use the following command to complete the installation of TeamViewer.

    yum -y install teamviewer_14.4.2669.x86_64.rpm

    Centos 6 TeamViewer14.4.2669

Now you can open TeamViewer and test the incomming connection and connection out are working properly! :100:

Centos 6 TeamViewer14.4.2669

0 0 votes
Article Rating
赞(1) 打赏
未经允许不得转载:iemblog » Centos 6 Installs The Latest Version Of TeamViewer14.4.2669
Subscribe
Notify of
guest

0 COMMENTS
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
免责声明:本站大部分下载资源收集于网络,只做学习和交流使用,版权归原作者所有,请在下载后24小时之内自觉删除,若作商业用途,请购买正版,由于未及时购买和付费发生的侵权行为,与本站无关。本站发布的内容若侵犯到您的权益,请联系站长删除,我们将及时处理! Disclaimer: Most of the download resources on this site are collected on the Internet, and are only used for learning and communication. The copyright belongs to the original author. Please consciously delete within 24 hours after downloading. If you use it for commercial purposes, please purchase the original version. If the content posted on this site violates your rights, please contact us to delete it, and we will deal with it in time!

联系我们 Contact us

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏

0
Would love your thoughts, please comment.x
()
x