• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install AnyDesk on Debian 10 Buster

Written by Admin, Updated On January 23, 2021
anydesk, debian, rdp
How to Install AnyDesk on Debian 10

AnyDesk is a popular and lightweight application that allows you to connect remote desktop systems. We can say this is an alternative of TeamViewer and also available for cross-platform like Windows and macOS. In this tutorial, we will show you how to install AnyDesk on Debian 10.

Prerequisites#

You must logged in with root or user with sudo privileges.

Install AnyDesk on Debian#

AnyDesk installation on Debian system is an easy process. Perform the following steps to install AnyDesk on your Debian 10 system.

Step 1 – Update Debian System#

First of make sure your system is updated. Run the following commands to udpate the system:

sudo apt update
sudo apt -y upgrade

Step 2 – Add AnyDesk repository#

You can directly download the AnyDesk Debian file from the official download page. Alternatively, you can also install AnyDesk from the PPA provides by the official team. To import AnyDesk GPG key and add to trusted software providers list, you would run:

wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -

After that, add PPA to your system by running the following command:

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

Step 3 – Install AnyDesk on Debian#

Update the apt cache and install AnyDesk on Debian system. Run the below command to install AnyDesk on Debian:

sudo apt update
sudo apt install anydesk -y

It will also install the all the required dependencies.

Step 4 – Launch AnyDesk#

To make remote connection both the system have installed AnyDesk. To open AnyDesk on Debian, click on Activities and type anydesk in search box and click on the AnyDesk launcher icon. Alternatively, you can launch the AnyDesk using command-line, open your terminal and type anydesk and hit Enter. It will show window as following:

launch-anydesk-debian

Conclusion#

AnyDesk is the popular remote desktop tool and use as alternate option of TeamViewer. You successfully learned how to install AnyDesk on Debian 10 systems.

If you have any question or feedback, please leave a comment below.

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article How to Install PHP 8 on Debian 10
Next Article   How to Install LibreOffice 7.0 on Debian 10

Related Posts

  • How to Install WordPress with Nginx on Debian 11

    How to Install WordPress with Nginx on Debian 11

    March 22, 2023
  • How to Install and Use Docker on Debian 11

    How to Install and Use Docker on Debian 11

    March 10, 2023
  • How to Install MariaDB on Debian 11 Bullseye

    How to Install MariaDB on Debian 11 Bullseye

    March 8, 2023

Leave a Reply Cancel reply

DigitalOcean Referral Badge

Popular Posts

  • How to Install Microsoft Edge Browser on Ubuntu 22.04
    How to Install Microsoft Edge Browser on Ubuntu 22.04 March 14, 2023
  • How to Install Ruby on Ubuntu 22.04 LTS
    How to Install Ruby on Ubuntu 22.04 LTS February 27, 2023
  • How to Install LEMP Stack on Ubuntu 22.04
    How to Install LEMP Stack on Ubuntu 22.04 March 18, 2023
  • How to Install Set Up Apache Virtual Hosts on Ubuntu 22.04
    How to Set Up Apache Virtual Hosts on Ubuntu 22.04 March 2, 2023
  • How to Install MariaDB on Debian 11 Bullseye
    How to Install MariaDB on Debian 11 Bullseye March 8, 2023
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook