Hello beautiful people!. Today is another day which we should install AnyDesk on Debian 12/11/10 Linux. AnyDesk is one of the popular remote server management tools available to Windows, Linux and macOS users. AnyDesk allows you to connect to a remote system and control it smoothly and seamlessly as if you were directly logged into that system.

AnyDesk is available as free offering for Individual personal use and as paid software for any commercial use – E.g by one user, small teams, to large organizations doing remote support business. Check AnyDesk pricing page for more insight.

Install AnyDesk on Debian 12 / Debian 11 / Debian 10

AnyDesk installation on Debian Linux is an easy process. All the dependency packages required are available on the OS repositories configured after the installation. Since we want to get the latest version of AnyDesk on Debian, we’ll also add AnyDesk upstream APT repository to our Debian machine.

1- Update Debian system

Work on an up-to-date system – outdated is for the weak!!.

sudo apt update && sudo apt -y upgrade

2 – Add AnyDesk repository

Import AnyDesk GPG key for signing APT packages.

sudo apt install -y gnupg2
curl -fsSL https://keys.anydesk.com/repos/DEB-GPG-KEY|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/anydesk.gpg

Then add AnyDesk repository content to your Debian system.

echo "deb http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk-stable.list

3 – Install AnyDesk on Debian

With the repository added, update apt cache index and install AnyDesk on Debian Linux.

sudo apt update && sudo apt install anydesk

Confirm package installation.

$ apt policy anydesk
anydesk:
  Installed: 6.3.0
  Candidate: 6.3.0
  Version table:
 *** 6.3.0 500
        500 http://deb.anydesk.com all/main amd64 Packages
        100 /var/lib/dpkg/status

From the output, we can get the version of AnyDesk installed on Debian, with the repository URL that was used.

4 – Using AnyDesk on Debian

You’re good to launch AnyDesk on Debian and start managing your home devices from the Office or vice versa.

anydesk

AnyDesk address for a remote machine is required when connecting from your local AnyDesk application.

install anydesk centos rhel 8 02

This ID is uniquely generated each time you launch the application. Enjoy using Anydesk on Debian Linux system.

Recommended Linux Books  to read:

Check other installations of AnyDesk.

LEAVE A REPLY

Please enter your comment!
Please enter your name here