AnyDesk Linux Mint Remote Desktop
This tutorial shows how to setting up AnyDesk on Linux Mint. After the provision and integration of the repository, the installation takes place from the package repository (“deb.anydesk.com”).
To do this, fire up a Gnome-Terminal in Linux Mint and become root with sudo su -
then paste and hit the following commands to add the repository key to the list of trusted software providers.
$ wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
Add the repository to the system.
$ echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list
Refresh the APT cache.
$ apt update
Install AnyDesk now.
$ apt install anydesk
Conclusion
AnyDesk – Remote Desktop software developed by AnyDesk Software GmbH in germany, enables remote access between computers with different operating systems. The software package allows access to remote desktop from a Linux Mint workstation to computers with operating systems such as Windows, Linux or macOS.