I upgraded the PKGBUILD to install the new beta version. Please report any problems here.
Please be sure to read the installation note.
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.41 |
| 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 .. 110 111 112 113 114 115 116 117 118 119 120 .. 129 Next › Last »
Hilinus commented on 2012-12-06 18:29 (UTC)
innn commented on 2012-12-06 18:06 (UTC)
please update this, I've managed to install by changing 7 with 8 all's fine but complains about a daemon teamviewerd not started and I don't know where to get that also.
eworm commented on 2012-12-04 19:04 (UTC)
Can we please wait with the update until version 8 is final for Linux? Thanks!
(Would be great to get a new package teamviewer-beta for testing purposes, though.)
ryley commented on 2012-11-07 11:23 (UTC)
Yeah, I have chrome installed. I probably should've looked closer at the file path... Still not sure why I repeatedly got the error when only trying to upgrade teamviewer, but whatever lol. Thanks for pointing that out and keeping the package up to date!
Hilinus commented on 2012-11-06 22:41 (UTC)
I don't think that is related to Teamviewer... Do you have Google Chrome installed?
ryley commented on 2012-11-06 01:33 (UTC)
Upgrading teamviewer to latest version on 32bit arch, I get the error "strip:./opt/google/chrome/nacl_irt_x86_64.nexe: File format not recognized" when yaourt is building the package. Can anyone recommend a fix?
Hilinus commented on 2012-10-31 17:15 (UTC)
Done.
scarecrow commented on 2012-10-31 06:56 (UTC)
New version released, please update:
pkgname=teamviewer
pkgver=7.0.9377
pkgrel=1
pkgdesc="All-in-one solution for accessing PC's using the internet"
arch=('i686' 'x86_64')
url="http://www.teamviewer.com"
license="nonfree"
makedepends=('binutils')
if [ $CARCH == 'i686' ]; then
source=("teamviewer_linux-${pkgver}.deb::http://www.teamviewer.com/download/version_7x/teamviewer_linux.deb" "teamviewer.desktop")
md5sums=('ab13157b1f68234e1887332cda93786a' 'b282ecbb72ff3cf82979defd8fc5a0c5')
depends=('libsm' 'libxext' 'freetype2' 'libxtst')
elif [ $CARCH == 'x86_64' ]; then
source=("teamviewer_linux_x64-${pkgver}.deb::http://www.teamviewer.com/download/version_7x/teamviewer_linux_x64.deb" "teamviewer.desktop")
md5sums=('bb63d2bd4879fc8956b754b227402a66' 'b282ecbb72ff3cf82979defd8fc5a0c5')
depends=('lib32-libsm' 'lib32-libxext' 'lib32-glibc' 'lib32-freetype2' 'lib32-gcc-libs' \
'lib32-alsa-lib' 'lib32-libx11' 'lib32-libxtst' 'lib32-libxdamage' 'lib32-libxfixes' \
'lib32-libxcb' 'lib32-libxi' 'lib32-libxau' 'lib32-libxdmcp')
fi
package() {
cd $srcdir
[ $CARCH == "i686" ] && ar x ${pkgname}_linux-${pkgver}*
[ $CARCH == "x86_64" ] && ar x ${pkgname}_linux_x64-${pkgver}*
tar xvf data.tar.gz
cp -R opt $pkgdir
cp -R usr $pkgdir
mkdir -p $pkgdir/usr/share/applications
install -Dm644 $startdir/teamviewer.desktop $pkgdir/usr/share/applications/teamviewer.desktop
}
roentgen commented on 2012-10-06 07:00 (UTC)
@ crichton
lib32-alsa-lib is in [multilib] repo which is necessary for x64 installs.
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