• 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 Ubuntu 20.04

Written by Admin, Updated On November 9, 2020
anydesk, rdp, ubuntu
How to Install AnyDesk on Ubuntu 20.04

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 Ubuntu 20.04 system.

Prerequisites#

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

Install AnyDesk on Ubuntu#

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

Step 1 – Update Ubuntu 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" > /etc/apt/sources.list.d/anydesk.list

Step 3 – Install AnyDesk on Ubuntu#

Update the apt cache and install Anydesk on Ubuntu system. Run the below command to install Anydesk on Ubuntu:

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 Ubuntu, click on Activities and type AnyDesk in search box and click on the AnyDesk launcher icon.

search-anydesk-ubuntu-20.04

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-ubuntu-20-04

Conclusion#

AnyDesk is the popular remote desktop tool and use as alternate option of TeamViewer. You successfully learned how to install AnyDesk on Ubuntu 20.04 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 Bash Concatenate Strings
Next Article   Bash Heredoc

Related Posts

  • How to Install Apache, MySQL, PHP (LAMP) on Ubuntu 22.04

    How to Install LAMP on Ubuntu 22.04

    March 20, 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 Memcached on Ubuntu 22.04

    How to Install Memcached on Ubuntu 22.04

    March 16, 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