AnyDesk is a high-performance remote access desktop software. Following are the easy steps to install Anydesk from the DEB repository.
Run the following commands
sudo su
Add the repository key to the 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 the cache
apt update
Now install the anydesk
apt install anydesk
Reference:- http://deb.anydesk.com/howto.html
0 Comments