
Please do share your feedback and questions in below comments section. That’s all from this post, I hope these steps help you to install Anydesk on Ubuntu 20.04 LTS system. In case you are not satisfy with anydesk and want to uninstall from the system then run following command. Now you can share the anydesk id to your teammate or colleague and then he/she can take remote desktop of your system and can perform all the tasks. If you wish to set password against your anydesk id then click on set password option below to anydesk id. To start anydesk in Ubuntu 20.04, search anydesk from activity and then click on its icon.Īs we can see above, anydesk is started and is in ready state. We can now install AnyDesk remote desktop software via Ubuntu’s apt package manager. Once anydesk and its dependencies are installed successfully and try starting the anydesk. Re-updating your Ubuntu system informs the apt cache of AnyDesk’s signed repository which implies that we can now install it. Output of above commands would like below, Run following commands to install latest and stable version of anydesk, $ sudo apt update

$ echo "deb all main" | sudo tee /etc/apt//anydesk-stable.list Run the following command to configure repository and install public key. So, to install it with apt command configure its official Debian repository. Update the package cache so that your system learns about the availability of new applications through the newly added repository.$ sudo apt update Step 2) Configure AnyDesk Package RepositoryĪnydesk package is not available in the default package repository of Ubuntu 20.04 LTS system.

The next step is to add the AnyDesk repository to your system’s repository sources: echo "deb all main" | sudo tee /etc/apt//anydesk-stable.list You may ignore the deprecated warning about apt-key command for now. This way, your system will trust the software coming from this external repository. The next step now is to download the GPG key of AnyDesk repository and add it to your system’s trusted keys. For that, use the following command: sudo apt update You’ll need a tool like wget to download files in the terminal. Open the terminal application on your system.

Method 1: Install AnyDesk on Ubuntu using terminal It is covered here because it is available on Linux and the article’s focus is on Linux.
