[Solved] Team Viewer Installation on Cent OS 7 | Fedora | RHEL

[Solved] Team Viewer Installation on Cent OS 7 | Fedora | RHEL

Team Viewer Installation fails on CentOS 7. Following is the resolution.

I wanted to setup TeamViewer 13.1 on CentOS 7.4 and it failed with following dependency list. I had to spend 1 hour to resolve never-ending dependency chain. Finally, I could do it. Now, it is simple. You can setup (install) teamviewer13.1 on CentOS 7.x in just a few minutes.

 

[root@node2 Downloads]# rpm -ivh teamviewer_13.1.3026.x86_64.rpm 
warning: teamviewer_13.1.3026.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 0c1289c0: NOKEY
error: Failed dependencies:
libQt5DBus.so.5()(64bit) >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
libQt5Gui.so.5()(64bit) >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
libQt5Qml.so.5()(64bit) >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
libQt5Quick.so.5()(64bit) >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
libQt5WebKit.so.5()(64bit) >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
libQt5WebKitWidgets.so.5()(64bit) >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
libQt5Widgets.so.5()(64bit) >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
libQt5X11Extras.so.5()(64bit) >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
qt5-qtdeclarative >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64
qt5-qtquickcontrols >= 5.5 is needed by teamviewer-13.1.3026-0.x86_64

 

Solution steps:

  1. Install all the dependencies using yum as follows.

#yum 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

2. You cannot install “qt5-qtwebkit-5.6.2-1” from yum repo. You have to download the rpm manually from the below link and install it.

https://centos.pkgs.org/7/epel-x86_64/qt5-qtwebkit-5.6.2-1.el7.x86_64.rpm.html

#rpm -ivh qt5-qtwebkit-5.6.2-1.el7.x86_64.rpm

3.  Download TeamViewer from the official website. Install the rpm as follows.

#rpm -ivh teamviewer_13.1.3026.x86_64.rpm

That’s it. You are now set.

4. Launch team viewer as follows:

#teamviewer &

Accept the license agreement as follows:

TV

Start using it.

 

Hope this helps.

5 Replies to “[Solved] Team Viewer Installation on Cent OS 7 | Fedora | RHEL”

  1. Valuable information. Fortunate me I discovered your website by chance, and I’m shocked why this twist of fate did not took place earlier! I bookmarked it.

  2. Thank you. Glad that electronproton.com helped you. Please share this with your friends 🙂
    Also you are welcome to suggest and share some info for the benefit of others,

Leave a Reply

Your email address will not be published. Required fields are marked *