install AnyDesk on debian based linux

علی ذوالفقار
1399/08/13 08:43:20 (669)
AnyDesk DEB repository how-to
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
Back