Package Details: teamviewer 15.76.5-1

Git Clone URL: https://aur.archlinux.org/teamviewer.git (read-only, click to copy)
Package Base: teamviewer
Description: All-In-One Software for Remote Support and Online Meetings
Upstream URL: https://www.teamviewer.com/en/download/portal/linux/
Licenses: custom
Conflicts: teamviewer-beta
Provides: teamviewer
Submitter: Hilinus
Maintainer: swiftgeek (nickoe, astronautlevel)
Last Packager: swiftgeek
Votes: 1484
Popularity: 1.47
First Submitted: 2010-04-15 10:29 (UTC)
Last Updated: 2026-05-11 17:35 (UTC)

Pinned Comments

swiftgeek commented on 2023-08-01 19:17 (UTC) (edited on 2023-08-01 19:21 (UTC) by swiftgeek)

As mentioned in @seyn6gk's comment

Without changing anything, since teamviewer 13 a desktop environment/login with display manager like lightdm/sddm/gdm is required.

startx users can follow workaround mentioned in @r7v s comment

r7v commented on 2022-06-07 14:49 (UTC)

Workaround for startx

Create drop-in /etc/systemd/system/getty@tty1.service.d/getty@tty1.service-drop-in.conf with

[Service]
Environment=XDG_SESSION_TYPE=x11

Source: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 129 Next › Last »

Xaekai commented on 2017-12-04 19:45 (UTC) (edited on 2017-12-04 20:07 (UTC) by Xaekai)

Seems to be out as stable now. Version 13.0.5494.

https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.0.5494_amd64.deb

The URL scheme seems to have changed. The have added /linux to the path. They also seem to have added auto latest version string insertion to the redirect. If you curl -I https://download.teamviewer.com/download/linux/version_13x/teamviewer_13.0.5494_amd64.deb you'll see it redirect to https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.0.5494_13.0.5494_amd64.deb Which, ofc, is 404.

I imagine there is also probably quite a few changes needed to the package since they switched from Wine to QT5

zfkerr commented on 2017-12-04 19:41 (UTC) (edited on 2017-12-04 19:46 (UTC) by zfkerr)

TeamViewer 13 Now Available For GNU/Linux As A Native 64-bit Port. https://www.phoronix.com/scan.php?page=news_item&px=TeamViewer-13-For-Linux

The latest version of the TeamViewer remote control/desktop sharing/web conferencing software is now available for GNU/Linux with a number of improvements. TeamViewer 13 is now available for GNU/Linux, currently in preview form. Besides the iOS screen sharing with remote support, better file transfer abilities, and other key improvements, there are also a number of GNU/Linux-specific improvements too. This GNU/Linux build of TeamViewer 13 is now "native" for GNU/Linux in that it no longer depends upon Wine. TeamViewer 13 for Linux is also now a native 64-bit package without requiring 32-bit dependencies. Additionally, TeamViewer for GNU/Linux is now available in DEB and RPM package form. This native GNU/Linux build makes use of a native Qt-based user-interface compared to its older code relying upon Wine. TeamViewer 13 for GNU/Linux also has initial Wayland support but for now only with outgoing remote control and incoming file transfer support. More details on TeamViewer 13 for GNU/Linux via https://community.teamviewer.com/t5/Linux/Update-TeamViewer-13/td-p/24537

swiftgeek commented on 2017-12-02 12:12 (UTC)

@dano and here you have beta package https://aur.archlinux.org/packages/teamviewer-beta/

dano5 commented on 2017-12-02 11:55 (UTC)

tw13 is now available as a beta: https://community.teamviewer.com/t5/Linux/Update-TeamViewer-13/m-p/24537#M1131

3rn3st0 commented on 2017-12-01 16:32 (UTC)

Hello people, greetings from Venezuela. I need help to make a downgrade from version 12.0 to version 10.x. Where I can found the package for this version? Sorry for my bad english.

vlamnire0 commented on 2017-11-29 01:46 (UTC)

If lib32-dbus is not installed I receive this error when starting the teamviewer daemon. > systemctl status teamviewerd.service ● teamviewerd.service - TeamViewer remote control daemon Loaded: loaded (/usr/lib/systemd/system/teamviewerd.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Tue 2017-11-28 19:43:17 CST; 29s ago Process: 2960 ExecStart=/opt/teamviewer/tv_bin/teamviewerd -d (code=exited, status=127) Nov 28 19:43:17 laptop systemd[1]: Starting TeamViewer remote control daemon... Nov 28 19:43:17 laptop teamviewerd[2960]: /opt/teamviewer/tv_bin/teamviewerd: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file Nov 28 19:43:17 laptop systemd[1]: teamviewerd.service: Control process exited, code=exited status=127 Nov 28 19:43:17 laptop systemd[1]: teamviewerd.service: Failed with result 'exit-code'. Nov 28 19:43:17 laptop systemd[1]: Failed to start TeamViewer remote control daemon. After install lib32-dbus from the repository it starts just fine.

dotvezz commented on 2017-11-28 20:11 (UTC)

This does need lib32-dbus as a dependency.

woyzeck commented on 2017-11-28 11:35 (UTC)

Consider including lib32-dbus as a dependency.

Triodes commented on 2017-11-27 14:06 (UTC)

I too can confirm that this package will not work on my system without lib32-dbus installed. So adding it to the deps would probably be a good idea