Why it is sourced to tvcdn.de and not directly to teamviewer.com if it is deb from Microsoft?
Search Criteria
Package Details: teamviewer 15.76.5-1
Package Actions
| 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.50 |
| First Submitted: | 2010-04-15 10:29 (UTC) |
| Last Updated: | 2026-05-11 17:35 (UTC) |
Dependencies (4)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_i386.deb
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 129 Next › Last »
maciex commented on 2020-04-05 08:21 (UTC)
lucasrizzini commented on 2020-04-04 12:51 (UTC)
Change the $pkgver to 15.4.4445.
kahgha commented on 2020-04-02 15:36 (UTC) (edited on 2020-04-02 15:42 (UTC) by kahgha)
Teamviewer ver 12 was not able to connect to computers with a newer version. I tried many different ways to install a fresh version, finally finding a solution (currently ver 15.3.2682):
- clone teamviewer repository: git clone https://aur.archlinux.org/teamviewer.git
- to enable Multilib package repository, uncomment the following two lines in pacman configuration file /etc/pacman.conf:
#[multilib]
#Include = /etc/pacman.d/mirrorlist
- cd teamviewer
- makepkg -si
- download older version of lib32-freetype2: curl -L -O https://archive.archlinux.org/packages/l/lib32-freetype2/lib32-freetype2-2.8-2-x86_64.pkg.tar.xz
- sudo pacman -U lib32-freetype2-2.8-2-x86_64.pkg.tar.xz
- add lib32-freetype2 to IgnorePkgs in /etc/pacman.conf to make it not get updated during system update
- sudo systemctl enable gdm
- reboot
- restart teamviewer daemon: sudo systemctl restart teamviewerd
- sudo systemctl enable teamviewerd to make the daemon start at every boot
txtsd commented on 2020-03-31 13:21 (UTC)
@francoism90 Looks like it's the startx issue. I'll just use teamviewer12.
francoism90 commented on 2020-03-31 12:44 (UTC)
@txtsd It works for me when first starting the service and launching using the terminal:
$ teamviewer
txtsd commented on 2020-03-31 11:32 (UTC)
I enabled the service and rebooted, but I'm still getting this:
λ teamviewer
Init...
CheckCPU: SSE2 support: yes
Checking setup...
Launching TeamViewer ...
Launching TeamViewer GUI ...
And nothing happens.
francoism90 commented on 2020-03-29 14:58 (UTC)
Any idea why the launcher isn't working?
joseluisq commented on 2020-03-20 14:06 (UTC)
For newcomers, it is necessary to start the daemon process like @babaliaris said https://aur.archlinux.org/packages/teamviewer/#comment-734607
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