doesnt work on my system. :( nobody is able to connect
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 .. 123 124 125 126 127 128 129 Next › Last »
<deleted-account> commented on 2010-05-03 15:52 (UTC)
V3n3RiX commented on 2010-04-27 17:46 (UTC)
Thanks
Hilinus commented on 2010-04-23 08:25 (UTC)
Updated.
<deleted-account> commented on 2010-04-23 02:11 (UTC)
32 bit does too, de966eeb243385e857a73a99613e2a72
<deleted-account> commented on 2010-04-22 19:54 (UTC)
Seems 64 bits deb package has a new md5sum : 0612cb7b5d452d72ad94b930f87822d1
Hilinus commented on 2010-04-17 07:32 (UTC)
Corrected. Thanks!
msquared commented on 2010-04-17 07:24 (UTC)
There is a dependency bug for i686. Since the i686-versions should not rely on lib32-***.
You should try something like this:
[ $CARCH == 'x86_64' ] && depends=('lib32-libsm' 'lib32-libxext' 'lib32-glibc' 'lib32-freetype2' 'lib32-gcc-libs')
[ $CARCH == 'i686' ] && depends=('libsm' 'libxext' 'freetype2')
I stripped off glibc and gcc-libs for i686 since they are part of the base installation.
Regards, Matthias
<deleted-account> commented on 2010-04-16 14:17 (UTC)
It's a redundant release. wine emulated release? no thanks.
Teamviewer should treat their Linux users like they do their Mac users. They got a native app. Heck, the iPhone has a native app.
<deleted-account> commented on 2010-04-16 10:28 (UTC)
you should correct the second line of the build function. it should look like this:
ar x ${pkgname}_linux*
Hilinus commented on 2010-04-16 08:04 (UTC)
Added launcher.
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