Howto install TeamViewer in ROME

  1. Go to TeamViewer and download the x86-64bit package from the Download the latest tar file from the section named TeamViewer full client and the package type is “other systems”. Linux download | TeamViewer

  2. Open a console window and go to the directory where you saved the tar file. Run “tar -xvf [filename of downloaded tar file]” to untar the file. It will automatically create a subdirectory of “teamviewer” for you.

  3. cd into the “teamviewer” subdirectory. Run “./tv-setup checklibs” to check that all necessary libraries are installed. (You may need to install QT Quick Controls. Do this by running “sudo dnf install qt5-qtquickcontrols”.)

  4. Assuming all libraries are present, test that TeamViewer will run on your system with the command “QT_QPA_PLATFORM=xcb ./teamviewer”. If TeamViewer launches, you can then move on to install TeamViewer.

  5. Close TeamViewer if it is running from the previous step. Install TeamViewer with the command “./tv-setup install”.

  6. Once it’s installed you need to modify the entry in the Plasma launcher. Find TeamViewer in the launcher, right-click it, then select Edit Application. In the Environment Variables field paste in “QT_QPA_PLATFORM=xcb” like this:

  1. Save the change. Now you should be able to launch TeamViewer using the Plasma launcher.

Edit: I don’t know why this is in the Resources French section. I cannot move it to the top Resources section.

Moved, and copy/pasted to Resources
Thank you.