Install AnyDesk on Ubuntu
To install AnyDesk on Ubuntu, run following commands as user root (sudo su). wget -qO – https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add – Add repository echo “deb http://deb.anydesk.com/ all main” > /etc/apt/sources.list.d/anydesk-stable.list Update apt cache apt update Install anydesk with apt install anydesk If you don’t want auto start anydesk on boot, disable it with systemctl disable … Read more