AnyDesk DEB Archive 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 -
- for 64bit linux add the following repository:
echo "deb http://deb-archive.anydesk.com/amd64/ /" > /etc/apt/sources.list.d/anydesk-archive.list
- for armhf linux add the following repository:
echo "deb http://deb-archive.anydesk.com/armhf/ /" > /etc/apt/sources.list.d/anydesk-archive.list
- for 32bit linux add the following repository:
echo "deb http://deb-archive.anydesk.com/i386/ /" > /etc/apt/sources.list.d/anydesk-archive.list
- update apt cache:
apt update
- install anydesk:
apt install anydesk=<version>