Wednesday, July 3, 2024
HomeOperating SystemsDebianInstall AnyDesk on Debian 11 / Debian 10

Install AnyDesk on Debian 11 / Debian 10

Hello beautiful people!. Today is another day which we should install AnyDesk on Debian 10 /Debian 11 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 11 / Debian 10

AnyDesk installation on Debian 10 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 10, we’ll also add AnyDesk upstream APT repository to our Debian machine.

Step 1: Update Debian system

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

sudo apt update && sudo apt -y upgrade

Step 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
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -

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

Step 3: Install AnyDesk on Debian

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

sudo apt -y update && sudo apt -y install anydesk

Confirm package installation.

$ apt policy anydesk
anydesk:
  Installed: 5.1.2
  Candidate: 5.1.2
  Version table:
 *** 5.1.2 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 10, with the repository URL that was used. You’re good to launch AnyDesk on Debian 10 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 10 /Debian 11.

Check other installations of AnyDesk.

Nicole Veronica Rubhabha
Nicole Veronica Rubhabha
A highly competent and organized individual DotNet developer with a track record of architecting and developing web client-server applications. Recognized as a personable, dedicated performer who demonstrates innovation, communication, and teamwork to ensure quality and timely project completion. Expertise in C#, ASP.Net, MVC, LINQ, EF 6, Web Services, SQL Server, MySql, Web development,
RELATED ARTICLES

Most Popular

Recent Comments