On Mon, 23 Sep 2019 at 12:31, Thomas Stephen Lee <[email protected]> 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 -- [email protected] > To unsubscribe send an email to [email protected] > 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/[email protected] -- Stephen J Smoogen. _______________________________________________ epel-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]
