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

SlackBuilds Repository

14.2 > Network > anydesk (6.1.0)

Connect to a computer remotely, be it from the other end of the
office or halfway around the world. AnyDesk ensures secure and
reliable remote desktop connections for IT professionals
and on-the-go individuals alike. AnyDesk works across all your
devices and operating systems: Windows, Linux, macOS, iOS, Android,
FreeBSD and even your Raspberry Pi!

The following can be used to start/stop AnyDesk automatically:
/etc/rc.d/rc.local
if [ -x /etc/rc.d/rc.anydesk ]; then
/etc/rc.d/rc.anydesk start
fi

/etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.anydesk ]; then
/etc/rc.d/rc.anydesk stop
fi

This requires: gtkglext, lsb-release

Maintained by: Reza Talebi
Keywords: anydesk,network,internet,remote,desktop
ChangeLog: anydesk

Homepage:
https://anydesk.com/

Source Downloads (64bit):
anydesk_6.1.0-1_x86_64.rpm (34fcffc15185cdd658353b95c814d0f7)

Download SlackBuild:
anydesk.tar.gz
anydesk.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