KinG-InFeT first install depends next build package.
Simply install teamviewer via yaourt
yaourt -S --noconfirm teamviewer
instead of packer tool.
Search Criteria
Package Details: teamviewer 15.59.3-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: | http://www.teamviewer.com |
Licenses: | custom |
Conflicts: | teamviewer-beta |
Provides: | teamviewer |
Submitter: | Hilinus |
Maintainer: | swiftgeek (nickoe, astronautlevel) |
Last Packager: | swiftgeek |
Votes: | 1474 |
Popularity: | 2.04 |
First Submitted: | 2010-04-15 10:29 (UTC) |
Last Updated: | 2024-11-15 22:36 (UTC) |
Dependencies (5)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.59.3_i386.deb
Latest Comments
« First ‹ Previous 1 .. 58 59 60 61 62 63 64 65 66 67 68 .. 127 Next › Last »
FadeMind commented on 2016-04-17 09:19 (UTC)
KinG-InFeT commented on 2016-04-17 09:16 (UTC)
[benzi@benzi-pc ~]$ packer -S teamviewer
Aur Targets (1): teamviewer
Proceed with installation? [Y/n] y
Edit teamviewer PKGBUILD with $EDITOR? [Y/n] n
Edit teamviewer.install with $EDITOR? [Y/n] n
==> Creazione del pacchetto: teamviewer 11.0.53191-2.3 (dom 17 apr 2016, 11.15.36, CEST)
==> Controllo delle dipendenze durante l'avvio in corso...
==> Dipendenze mancanti:
-> lib32-libpng12
-> lib32-libxinerama
==> Controllo delle dipendenze durante la compilazione in corso...
==> ERRORE: Impossibile risolvere tutte le dipendenze.
The build failed.
jungliztik commented on 2016-04-14 13:55 (UTC)
I had the issue where I could connect to my remote pc but not control it (no keyboard or mouse inputs were being recognised).
I had to install the lib32-libxtst package and then after restarting the teamviewer service, I could control the desktop as expected.
CupIvan commented on 2016-04-05 15:36 (UTC)
I installed it without this packages:
lib32-libpng12 (x86_64)
lib32-libxinerama (x86_64)
plonqor commented on 2016-03-29 11:04 (UTC)
@ian_x86 I also have this problem on KDE. Did you find a fix?
comgunner commented on 2016-03-23 14:53 (UTC)
missing dependencies, installed manually with "packer -S"
lib32-fontconfig
lib32-libpng12
lib32-libxinerama
plonqor commented on 2016-03-23 02:03 (UTC) (edited on 2016-03-23 02:07 (UTC) by plonqor)
I can confirm JDCNS's suspicions. My mouse/keyboard now works.
These are the packages that teamviewer10 depends on that teamviewer (11) doesn't list. After installing these manually, the issue was fixed. Note I uninstalled teamviewer before installing the below, not sure if that matters.
- lib32-alsa-lib
- lib32-libxtst
- lib32-libxdamage
- lib32-libxrandr
JDCNS commented on 2016-03-20 05:39 (UTC)
I'd been struggling with getting the keyboard and mouse to work under 11 ever since I wiped my hard drive and reinstalled Arch. None of these suggestions worked for me except the one by JoeKnock90. I uninstalled teamviewer, but it did not remove the /etc/teamviewer directory. After that, I was able to install the teamviewer10 package, prove that it worked, uninstalled it and reinstalled this one. It now works.
So, I must also conclude that something is missing from the dependencies. I did not write them down, but I noticed uninstalling 10 left 4 "unneeded" packages behind. I really only expected 2: lib32-png12 and lib32-jpeg.
swiftgeek commented on 2016-03-15 17:08 (UTC) (edited on 2016-03-15 17:09 (UTC) by swiftgeek)
@astronautlevel: Also whenever you just change metadata (like description, (make,opt)deps) that do not affect resulting package files in any meaningful way, please do not bump pkgrel - git history is widely accessible nowadays.
biinari commented on 2016-03-15 15:00 (UTC)
Why does this package use a `major.minor` format in `pkgrel` instead of the normal single number? This causes an issue where aura does not think the package needs to be upgraded https://github.com/aurapm/aura/issues/403 (I do not know whether any other AUR tools do the same but yaourt picks it up fine).
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.
startx
users 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.conf
withSource: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399