Package Details: teamviewer 15.74.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: 0.76
First Submitted: 2010-04-15 10:29 (UTC)
Last Updated: 2026-02-17 17:15 (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

1 2 3 4 5 6 .. 128 Next › Last »

lucasrizzini commented on 2026-03-08 12:41 (UTC)

Confirming Veldora's comment, qt5-webengine package is not necessary. It was preventing me from installing TeamViewer here.

Veldora commented on 2026-02-26 10:01 (UTC) (edited on 2026-02-26 10:01 (UTC) by Veldora)

Just to make sure: Is the qt5-webengine dependency actually needed? I've cloned the PKGBUILD, removed the qt5-webengine dependency, since its failing to build anyway and I don't really trust that "pre-built" binary støff, built it and it... worked?

I didn't get any errors or warning or whatsoever. And since the PKGBUILD only downloads the .deb prebuilt and just repackages it, wouldn't this be already included inside the .deb?

I'm confused, why teamviewer works when removing qt5-webengine from my dependency-list.

lightdot commented on 2026-01-17 09:29 (UTC)

@kb8doa, this qt5-webengine's curl/Github error doesn't have much to do with Teamviewer.

As far as building qt5-webengine goes, if you visit the corresponding AUR page, you'll find a link for a pre-built package.

Building the qt5-webengine package locally takes a lot of resources. Depending on your computer, it might literally take hours, even once you get past the curl issue you're having. So my advice would be to consider using the pre-built package.

kb8doa commented on 2026-01-16 22:38 (UTC)

So wished I could install this but the files needed: HTTP server does not seem to support byte ranges....

I desperately need a Screen sharing app for Wayland - but unfortunately...

kb8doa commented on 2026-01-16 22:36 (UTC)

Building qt5-webengine... ==> Making package: qt5-webengine 5.15.19-4 (Fri 16 Jan 2026 02:35:48 PM PST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found qtwebengine-5.15.19-lts.tgz -> Downloading qtwebengine-chromium-87-based-20250423.tgz... ** Resuming transfer from byte position 9251607 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 0 0 0 0 0 0 0 0 00:02 0 0 0 0 0 0 0 0 0 00:03 0 0 0 0 0 0 0 0 0 00:04 0 0 0 0 0 0 0 0 0 00:05 0 curl: (33) HTTP server does not seem to support byte ranges. Cannot resume. ==> ERROR: Failure while downloading https://github.com/qt/qtwebengine-chromium/archive/refs/heads/87-based.tar.gz Aborting... Failed to build qt5-webengine

Targan82 commented on 2026-01-08 13:48 (UTC)

Hello,

With paru, I have, I think a loop, the process takes more than an hour and never succeed.

What king of logs can I post?

Thanks in advance

arkades commented on 2025-12-04 00:42 (UTC)

To launch teamviewer one needs to start the teamviewer daemon by sudo systemctl enable --now teamviewerd before.

Works perfectly under KDE Plasma/Wayland.

alufd19 commented on 2025-12-01 10:26 (UTC)

Thanks swiftgeek for him teamviewer 15.71.4-1 stable package!!!

Raymo111 commented on 2025-11-18 03:45 (UTC)

When are we switching to the standard qt (QT6)? qt5-webengine is already only on AUR.

elppans commented on 2025-09-18 15:07 (UTC)

I installed it via paru (use your favorite helper or compile with makepkg), then I did this procedure and it worked (I use Wayland):

cp -av "/opt/teamviewer/tv_bin/desktop/com.teamviewer.TeamViewer.desktop" "$HOME/.local/share/applications/"
sed -i 's/Exec=/Exec=env QT_QPA_PLATFORM="" /' "$HOME/.local/share/applications/com.teamviewer.TeamViewer.desktop"
sudo systemctl start teamviewerd
sudo systemctl enable teamviewerd
systemctl status teamviewerd