


The software should update by itself with your system packages for desktop users using the APT package manager. The best way to use AnyDesk for desktop users that prefer not to use the command line terminal is to open the GUI of the application by following the path.Īctivities > Show Applications > AnyDesk. Using the command line terminal, you can open it quickly by using the following command. Launching can be done in a few ways now that you have the software installed.

sudo apt install anydesk -y How to Launch AnyDesk sudo apt updateįinally, you can install the AnyDesk using the following command. Now run an APT update to reflect the newly imported repository. echo 'deb all main' | sudo tee /etc/apt//anydesk.list sudo wget -O- | gpg -dearmor | sudo tee /usr/share/keyrings/anydesk.gpg In your terminal, execute the following command to import to your keychain. The first step is to import the GPG key to verify the authenticity of the packages. If you skip and encounter issues, return and just run the command. sudo apt install software-properties-common apt-transport-https wget ca-certificates gnupg2 ubuntu-keyring -y Most of these packages are already on your system, but running the command can help ensure they are installed. The following dependencies will need to be installed. sudo apt update & sudo apt upgrade -y Install Dependencies Before proceeding with the tutorial, ensuring your system is up-to-date with all existing packages is good.
