Install AnyDesk On Ubuntu 20.04 / 18.04 - Step by Step Process ?

AnyDesk is a cross-platform, multi-device remote desktop application that allows you to securely initiate fast remote desktop connections over the internet. 

It is developed in Erlang and C++ languages and works on virtually any device; from your PC to your tablet and smartphone. 

If you have used TeamViewer before, then you pretty much have an idea of how AnyDesk operates.

Here at LinuxAPT, as part of our Server Management Services, we regularly help our Customers to perform Software Installation tasks on Ubuntu Systems.

In this context, we shall look into how to install AnyDesk on Ubuntu 20.04.

This also works for Ubuntu 16.04 & 18.04 and Linux Mint.


Methods to install AnyDesk On Ubuntu 

AnyDesk is a valuable tool for Helpdesk teams in providing IT support to remote users. It also comes in handy when remote users want to collaborate on a project or simply have an online meeting.

There are two approaches to installing AnyDesk. You can run commands on the terminal or use the GUI to install Anydesk.


1. Install AnyDesk on command-line

The first approach you can take is to install AnyDesk by running commands on the terminal. To start off, fire up your terminal and add the AnyDesk repository key as indicated. 

This command has to be invoked as the root user.

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

Once the repository key is added, add the AnyDesk repository to the sources list directory as follows.

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

Thereafter, update the package index to sync with the newly added repository file.

$ sudo apt update

Finally, to install Anydesk remote desktop tool, invoke the command:

$ sudo apt install anydesk 

Press 'Y' when prompted to install AnyDesk.

With the few commands that we have just executed, AnyDesk has been successfully installed. Let's explore the other installation option.


2. Install AnyDesk via GUI

If you are not comfortable or don't fancy working on the terminal, you can opt to use the second option which entails downloading the Debian package file and installing it graphically.

To begin, visit the AnyDesk download page and grab the 64-bit Debian file.

On the pop-up prompt that appears upon clicking on the link, click on 'Save file' to save the AnyDesk Debian package on your local system.

The package is saved in the Downloads folder in your home directory path.

Once downloaded, head over to the Downloads directory by clicking on the folder icon.

Then right-click on the just downloaded Anydesk .deb package

Afterward, open the package by selecting the 'Open with Software install' option.

This launches the 'Ubuntu Software' window with the option to install AnyDesk.

Authentication will be required, so provide your password and authenticate.

From here, the installation of AnyDesk will get underway and complete in a few minutes.


How to Launch AnyDesk ?

i. Once installed, use the application manager by clicking on the 'Activities' tab on the top left corner and search for AnyDesk. 

ii. Then, click on the AnyDesk icon.

The AnyDesk interface will be displayed displaying the connection ID that you can share with a remote user to connect remotely to your PC. 

The remote user should also have AnyDesk to be able to connect to you.


[Need urgent assistance in fixing missing packages on Ubuntu Linux Systems ? We can help you. ]

This article covers methods to Install AnyDesk on Ubuntu 20.04/18.04 Linux.

AnyDesk is a remote server management tool which provides powerful Linux-based connectivity for smooth and seamless remote access to any computer. 

AnyDesk can be used comfortably for both individual, teams and in professional organizations offering remote support to customers.


To Install AnyDesk on Ubuntu:

1. Start by ensuring your system is updated.

$ sudo apt update
$ sudo apt -y upgrade

2. Import AnyDesk GPG key for signing APT packages.

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

3. Then add AnyDesk repository content to your Ubuntu system.

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

4. Finally update apt cache and install the latest release of AnyDesk on Ubuntu.

$ sudo apt update
$ sudo apt install anydesk

5. After installation, use the Desktop Applications launcher to start AnyDesk on Ubuntu.

$ anydesk

Related Posts