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
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.
startxusers can follow workaround mentioned in @r7v s commentr7v 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.confwithSource: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399