====== anydesk ====== https://anydesk.com http://deb.anydesk.com/howto.html?_ga=2.167121150.1734834134.1589188310-539113731.1589188310 Run the following commands as root user: - add repository key to Trusted software providers list wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add - - add the repository: echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list - update apt cache: apt update - install anydesk: apt install anydesk