Getting this error:
error: target not found: lib32-freetype2
error: target not found: lib32-libjpeg6-turbo
error: target not found: lib32-libxinerama
error: target not found: lib32-libxrender
error: target not found: lib32-fontconfig
error: target not found: lib32-libsm
error: target not found: lib32-libxtst
error: target not found: lib32-libpng12
I know how to get the freetype one, but where do I go install the rest of the dependencies?
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.47 |
| 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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 129 Next › Last »
jeffreylin commented on 2017-11-21 13:12 (UTC)
shyokou commented on 2017-11-20 03:00 (UTC)
Since teamviewer 12 is of pure 32-bit, it depends upon 'lib32-libxtst' rather than 'libxtst' directly on an x86_64 box, although 'lib32-libxtst' does depend upon 'libxtst' ...
Either teamviewer 12 wants 'dbus' or 'lib32-dbus' on i686 or x86_64 box, such that dependencies for x86_64 are all 'lib32-' initials versus those for i686, see ...
shyokou commented on 2017-11-20 02:41 (UTC)
@netpumber: I guess that umask 077 in your '/etc/profile' has something to do with those 'filesystem: 755 package: 700' ...
netpumber commented on 2017-11-18 17:15 (UTC)
Hey guyz.
I'm trying to install it and that's what I'm getting back:
:: Processing package changes...
(1/1) installing teamviewer
[########################################################################################] 100%
warning: directory permissions differ on /etc/
filesystem: 755 package: 700
warning: directory permissions differ on /etc/teamviewer/
filesystem: 755 package: 700
warning: directory permissions differ on /opt/
filesystem: 755 package: 700
warning: directory permissions differ on /usr/
filesystem: 755 package: 700
warning: directory permissions differ on /usr/bin/
filesystem: 755 package: 700
warning: directory permissions differ on /usr/share/
filesystem: 755 package: 700
warning: directory permissions differ on /usr/share/icons/
filesystem: 755 package: 700
warning: directory permissions differ on /usr/share/icons/hicolor/
filesystem: 755 package: 700
warning: directory permissions differ on /usr/share/icons/hicolor/48x48/
filesystem: 755 package: 700
warning: directory permissions differ on /usr/share/icons/hicolor/48x48/apps/
filesystem: 755 package: 700
warning: directory permissions differ on /var/
filesystem: 755 package: 700
warning: directory permissions differ on /var/log/
filesystem: 755 package: 700
warning: directory permissions differ on /var/log/teamviewer12/
filesystem: 755 package: 700
The Teamviewer daemon must be running for Teamviewer to work.
Execute 'sudo systemctl enable teamviewerd' in a terminal.
:: Running post-transaction hooks...
(1/3) Updating icon theme caches...
(2/3) Arming ConditionNeedsUpdate...
(3/3) Updating the desktop file MIME type cache...
Anyone else have this issue ?
I'm having umask 077 in the /etc/profile. Is that a problem ?
jmontano commented on 2017-11-17 15:48 (UTC)
@Nowaker you must install lib32-dbus it's a dependency but no installed
PhotonX commented on 2017-11-16 20:05 (UTC)
Updated to -7 on one machine, seems to work without manual intervention now, thanks for the update!
Nowaker commented on 2017-11-15 18:09 (UTC)
I'm getting this when starting it:
/opt/teamviewer/tv_bin/script/tvw_exec: line 40: 6160 Aborted (core dumped) "$TV_BIN_DIR/teamviewerd" -n -f
Anyone else had the same?
Utini commented on 2017-11-15 10:00 (UTC) (edited on 2017-11-15 10:01 (UTC) by Utini)
@swiftgeek
@nickoe
@astronautlevel
Please include this change to easily fix this package for all people:
cp libfreetype.so.6.14.0 /opt/teamviewer/tv_bin/wine/lib/libfreetype.so.6
Also please add "lib32-dbus" as dependency.
Thanks !
<deleted-account> commented on 2017-11-15 05:57 (UTC)
That fixed it, thanks!
Utini commented on 2017-11-14 22:07 (UTC)
It needs lib32-dbus as dependency. Install it manually from the official repo and it will work again.
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