Hi,
download the tar version and extract
https://download.teamviewer.com/download/linux/teamviewer_amd64.tar.xz
cd to the folder
run
./tv-setup checklibs
the output shows
----------------- Analyzing dependencies ... libQt5Positioning.so.5 => not found libQt5Sensors.so.5 => not found libQt5WebChannel.so.5 => not found
The libraries listed above seem to be missing.
--
and it also asks to run the command.
dnf install 'libdbus-1.so.3()(64bit)' 'libQt5Gui.so.5()(64bit)' 'libQt5Widgets.so.5()(64bit)' 'libQt5Qml.so.5()(64bit)' 'libQt5Quick.so.5()(64bit)' 'libQt5WebKitWidgets.so.5()(64bit)' 'libQt5X11Extras.so.5()(64bit)' 'libqtquick2plugin.so()(64bit)' 'libwindowplugin.so()(64bit)' 'libqquicklayoutsplugin.so()(64bit)' 'libqtquickcontrolsplugin.so()(64bit)' 'libdialogplugin.so()(64bit)'
Ran the command on RHEL 8 and most libraries are missing (epel-playground and epel-testing repos are enabled). Is it something to do with RHEL 8 not supporting KDE?
What is the solution to get TeamViewer working on RHEL 8?
thanks.
-- Thomas Stephen Lee
On Mon, 23 Sep 2019 at 12:31, Thomas Stephen Lee lee.iitb@gmail.com wrote:
Hi,
download the tar version and extract
https://download.teamviewer.com/download/linux/teamviewer_amd64.tar.xz
cd to the folder
run
./tv-setup checklibs
the output shows
Analyzing dependencies ... libQt5Positioning.so.5 => not found libQt5Sensors.so.5 => not found libQt5WebChannel.so.5 => not found
The libraries listed above seem to be missing.
You need to install qt5-qtwebchannel qt5-qtsensors qt5-qtlocation qt5-qtbase-gui qt5-qtx11extras qt5-qtdeclarative and probably a bunch others..
dnf repoquery --whatprovides=libQt5WebKitWidgets.so.5
and similar will tell you what is needed
--
and it also asks to run the command.
dnf install 'libdbus-1.so.3()(64bit)' 'libQt5Gui.so.5()(64bit)' 'libQt5Widgets.so.5()(64bit)' 'libQt5Qml.so.5()(64bit)' 'libQt5Quick.so.5()(64bit)' 'libQt5WebKitWidgets.so.5()(64bit)' 'libQt5X11Extras.so.5()(64bit)' 'libqtquick2plugin.so()(64bit)' 'libwindowplugin.so()(64bit)' 'libqquicklayoutsplugin.so()(64bit)' 'libqtquickcontrolsplugin.so()(64bit)' 'libdialogplugin.so()(64bit)'
From teh above the following don't seem available:
libwindowplugin.so libqquicklayoutsplugin.so libdialogplugin.so
but they don't show up in a Fedora 30 box either so I am guessing it needs something not listed.
Ran the command on RHEL 8 and most libraries are missing (epel-playground and epel-testing repos are enabled). Is it something to do with RHEL 8 not supporting KDE?
What is the solution to get TeamViewer working on RHEL 8?
thanks.
-- Thomas Stephen Lee _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject...
On Mon, Sep 23, 2019 at 10:53 AM Stephen John Smoogen smooge@gmail.com wrote:
On Mon, 23 Sep 2019 at 12:31, Thomas Stephen Lee lee.iitb@gmail.com wrote:
Hi,
download the tar version and extract
https://download.teamviewer.com/download/linux/teamviewer_amd64.tar.xz
cd to the folder
run
./tv-setup checklibs
the output shows
Analyzing dependencies ... libQt5Positioning.so.5 => not found libQt5Sensors.so.5 => not found libQt5WebChannel.so.5 => not found
The libraries listed above seem to be missing.
You need to install qt5-qtwebchannel qt5-qtsensors qt5-qtlocation qt5-qtbase-gui qt5-qtx11extras qt5-qtdeclarative and probably a bunch others..
dnf repoquery --whatprovides=libQt5WebKitWidgets.so.5
and similar will tell you what is needed
--
and it also asks to run the command.
dnf install 'libdbus-1.so.3()(64bit)' 'libQt5Gui.so.5()(64bit)' 'libQt5Widgets.so.5()(64bit)' 'libQt5Qml.so.5()(64bit)' 'libQt5Quick.so.5()(64bit)' 'libQt5WebKitWidgets.so.5()(64bit)' 'libQt5X11Extras.so.5()(64bit)' 'libqtquick2plugin.so()(64bit)' 'libwindowplugin.so()(64bit)' 'libqquicklayoutsplugin.so()(64bit)' 'libqtquickcontrolsplugin.so()(64bit)' 'libdialogplugin.so()(64bit)'
From teh above the following don't seem available:
libwindowplugin.so libqquicklayoutsplugin.so libdialogplugin.so
but they don't show up in a Fedora 30 box either so I am guessing it needs something not listed.
Correct. This isn't a RHEL8 thing.
Ran the command on RHEL 8 and most libraries are missing (epel-playground and epel-testing repos are enabled). Is it something to do with RHEL 8 not supporting KDE?
What is the solution to get TeamViewer working on RHEL 8?
From the teamviewer page https://www.teamviewer.com/en-us/download/linux/ you can download an rpm designed for CentOS and Fedora https://www.teamviewer.com/en-us/teamviewer-automatic-download/?package=team...
That package seems to be able to install on both Fedora and RHEL8 with epel8-playground enabled.
thanks.
-- Thomas Stephen Lee _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject...
-- Stephen J Smoogen. _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject...
Hi,
Working fine now. Thanks a lot😊.
did
dnf install qt5-qtwebchannel qt5-qtsensors qt5-qtlocation qt5-qtbase-gui qt5-qtx11extras qt5-qtdeclarative
thanks.
-- Thomas Stephen Lee
On Tue, Sep 24, 2019 at 12:17 AM Troy Dawson tdawson@redhat.com wrote:
On Mon, Sep 23, 2019 at 10:53 AM Stephen John Smoogen smooge@gmail.com wrote:
On Mon, 23 Sep 2019 at 12:31, Thomas Stephen Lee lee.iitb@gmail.com
wrote:
Hi,
download the tar version and extract
https://download.teamviewer.com/download/linux/teamviewer_amd64.tar.xz
cd to the folder
run
./tv-setup checklibs
the output shows
Analyzing dependencies ... libQt5Positioning.so.5 => not found libQt5Sensors.so.5 => not found libQt5WebChannel.so.5 => not found
The libraries listed above seem to be missing.
You need to install qt5-qtwebchannel qt5-qtsensors qt5-qtlocation qt5-qtbase-gui qt5-qtx11extras qt5-qtdeclarative and probably a bunch others..
dnf repoquery --whatprovides=libQt5WebKitWidgets.so.5
and similar will tell you what is needed
--
and it also asks to run the command.
dnf install 'libdbus-1.so.3()(64bit)' 'libQt5Gui.so.5()(64bit)'
'libQt5Widgets.so.5()(64bit)' 'libQt5Qml.so.5()(64bit)' 'libQt5Quick.so.5()(64bit)' 'libQt5WebKitWidgets.so.5()(64bit)' 'libQt5X11Extras.so.5()(64bit)' 'libqtquick2plugin.so()(64bit)' 'libwindowplugin.so()(64bit)' 'libqquicklayoutsplugin.so()(64bit)' 'libqtquickcontrolsplugin.so()(64bit)' 'libdialogplugin.so()(64bit)'
From teh above the following don't seem available:
libwindowplugin.so libqquicklayoutsplugin.so libdialogplugin.so
but they don't show up in a Fedora 30 box either so I am guessing it needs something not listed.
Correct. This isn't a RHEL8 thing.
Ran the command on RHEL 8 and most libraries are missing
(epel-playground and epel-testing repos are enabled).
Is it something to do with RHEL 8 not supporting KDE?
What is the solution to get TeamViewer working on RHEL 8?
From the teamviewer page https://www.teamviewer.com/en-us/download/linux/ you can download an rpm designed for CentOS and Fedora
https://www.teamviewer.com/en-us/teamviewer-automatic-download/?package=team...
That package seems to be able to install on both Fedora and RHEL8 with epel8-playground enabled.
thanks.
-- Thomas Stephen Lee _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to
epel-devel-leave@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines:
https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject...
-- Stephen J Smoogen. _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-leave@lists.fedoraproject.org Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives:
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject... _______________________________________________ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject...
Hi,
On Tuesday, 24 September 2019 at 06:56, Thomas Stephen Lee wrote:
On Tue, Sep 24, 2019 at 12:17 AM Troy Dawson tdawson@redhat.com wrote:
On Mon, Sep 23, 2019 at 10:53 AM Stephen John Smoogen smooge@gmail.com wrote:
On Mon, 23 Sep 2019 at 12:31, Thomas Stephen Lee lee.iitb@gmail.com wrote:
[...]
Ran the command on RHEL 8 and most libraries are missing (epel-playground and epel-testing repos are enabled). Is it something to do with RHEL 8 not supporting KDE?
What is the solution to get TeamViewer working on RHEL 8?
From the teamviewer page https://www.teamviewer.com/en-us/download/linux/ you can download an rpm designed for CentOS and Fedora
https://www.teamviewer.com/en-us/teamviewer-automatic-download/?package=team...
That package seems to be able to install on both Fedora and RHEL8 with epel8-playground enabled.
Working fine now. Thanks a lot😊.
did
dnf install qt5-qtwebchannel qt5-qtsensors qt5-qtlocation qt5-qtbase-gui qt5-qtx11extras qt5-qtdeclarative
FWIW, I don't like their package at all (as usual with vendor-provided binaries), so I'm rolling my own: https://gitlab.com/greysector/teamviewer
Feel free to use it.
Regards, Dominik
epel-devel@lists.fedoraproject.org