AnyDesk is an exclusive remote work area device conveyed by AnyDesk Software GmbH. The product program gives free remote access to PCs running the host application, which can be introduced on Windows, macOS, Linux and FreeBSD.
In this post, We will install AnyDesk on ubuntu 16.04 and 18.04.
Step 1: Update the Repository
You need to update the system by following command.
sudo apt-get update && $ sudo apt-get upgrade -y
Step 2: Add AnyDesk Repository
After update and upgrade the ubuntu system, You need to add the Anydesk repository by using the command.
sudo wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
sudo echo "deb http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk-stable.list
Step 3: Install AnyDesk
After added the repository, You need to update the system to get changes in apt, To install AnyDesk use the following command.
sudo apt-get update
sudo apt-get install anydesk -y
After this, You need to search the Anydesk on, You can get Anydesk icon, Just simple click and use it.
Conclusion
We have successfully installed Anydesk on ubuntu machine, Still you have any question So leave a commnent.
How to install AnyDesk on ubuntu 16.04/18.04/20.04