This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > teamviewer (15.16.8)

TeamViewer is a remote control application. TeamViewer provides easy,
fast and secure remote access to Linux, Windows PCs, and Macs.

You must give execute permission on /etc/rc.d/rc.teamviewerd and run
/etc/rc.d/rc.teamviewerd start prior launching TeamViewer application

To make this process repeated on every boot sequence, add this line
in your /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.teamviewerd ]; then
/etc/rc.d/rc.teamviewerd start
fi

NOTE:
1. Newer version of Teamviewer can establish remote control connections
to older version (version 3 and above), but not in the opposite direction.
The same things goes to meetings (version 7 and above).

2. Always stop teamviewerd service and remove the old version before
attempting to upgrade as the path and configs may change on each major release.

3. Starting from Teamviewer 13, it has come up with native 64 client package, so
no multilib is required to use. It uses Qt as a foundation.

This requires: qt5-webkit

Maintained by: Willy Sudiarto Raharjo
Keywords: remote,control
ChangeLog: teamviewer

Homepage:
https://www.teamviewer.com/

Source Downloads (32bit):
teamviewer_15.16.8_i386.deb (84817975641bcc20521103f2ccd3d519)

Source Downloads (64bit):
teamviewer_15.16.8_amd64.deb (88897103b9207acc3529291e0611b8c0)

Download SlackBuild:
teamviewer.tar.gz
teamviewer.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds