minizip is indeed needed as dependency, running ldd /opt/teamviewer/tv_bin/TeamViewer |grep minizip gives /usr/lib/libminizip.so.1.
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.53 |
| 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 2 3 4 5 6 7 8 9 10 11 12 .. 129 Next › Last »
jhossbach commented on 2021-08-29 15:28 (UTC)
0xb000bd commented on 2021-08-28 21:35 (UTC) (edited on 2021-08-28 21:36 (UTC) by 0xb000bd)
It took me too much time to make teamviewer launch successfully :)
Add minizip to Dependencies. PLEASEEEEEE :(
quasigod commented on 2021-08-25 05:11 (UTC)
Please add minizip as a dependency, it will not launch the gui without it.
iohzrd commented on 2021-08-16 18:51 (UTC)
can confirm, not working after most recent update.
~ >>> sudo systemctl status teamviewerd
● teamviewerd.service - TeamViewer remote control daemon
Loaded: loaded (/usr/lib/systemd/system/teamviewerd.service; disabled; vendor preset: disabled)
Active: active (running) since Mon 2021-08-16 11:51:05 PDT; 963ms ago
Process: 22905 ExecStart=/opt/teamviewer/tv_bin/teamviewerd -d (code=exited, status=0/SUCCESS)
Main PID: 22907 (teamviewerd)
Tasks: 28 (limit: 38438)
Memory: 3.0M
CPU: 12ms
CGroup: /system.slice/teamviewerd.service
└─22907 /opt/teamviewer/tv_bin/teamviewerd -d
Aug 16 11:51:05 systemd[1]: Starting TeamViewer remote control daemon...
Aug 16 11:51:05 systemd[1]: teamviewerd.service: Can't open PID file /run/teamviewerd.pid (yet?) after start: Operation not permitted
Aug 16 11:51:05 systemd[1]: Started TeamViewer remote control daemon.
carsten87 commented on 2021-08-13 12:43 (UTC)
Here in AUR, the version is said to be 15.20.6-1. When I build the package and run TeamViewer, however, the application (Help -> About TeamViewer) says it's version 15.14.3.
Which is true?
Nevuly commented on 2021-08-07 14:39 (UTC)
viktors commented on 2021-08-01 11:53 (UTC)
I had the no-gui problem described here on reddit
strace pointed out libminizip, installing which resolved it. Can you add minizip package as a dependency?
rafaelff commented on 2021-07-30 19:34 (UTC)
The teamviewer_setup checklibs step reported "not found" for all libraries. Still, the package built and the software is working just fine. I built it in clean chroot. Is this result expected?
IstBarP commented on 2021-07-23 23:07 (UTC) (edited on 2021-07-30 21:44 (UTC) by IstBarP)
Had issues with initialzing display parameters after upgrading. I think it has to do with libminizip or something. Not sure.
Downgrading to 15.18.5 fixed my issues.
I'm using a virtual display.
Retried latest update, after updating by accident. Installing minizip as comment below says fixes the problem with "initializing display"
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