unable to install anydesk in ubuntu 20.04 LTS

please suggest command to install anydesk in ubuntu 20.04 LTS


You can download installer file from their website. it's the easiest way, or do it from package manager this will be appreciate , because of update version.

step one update system: $ sudo apt update

step two add their public key: $ wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -

step three enable their repository: $ echo "deb http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk-stable.list

finally isntall anydesk: $ sudo apt install anydesk