How To Install AnyDesk On Ubuntu In 2024

How To Install AnyDesk On Ubuntu In 2024

In this tutorial, we will show you the easy way to install AnyDesk on Ubuntu-based operating systems in 2024. AnyDesk is a popular remote desktop software and it is available for Linux, Windows, BSD, macOS, and other mobile platforms.

How To Install AnyDesk On Ubuntu In 2024

Open the terminal application on your system and run the following command to install wget tool in your Ubuntu.

sudo apt update
sudo apt install wget

Now, you need to download the GPG key of the AnyDesk repository and add it to your Ubuntu trusted keys.

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

Run the following command to add the AnyDesk repository to your system’s repository sources:

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

Finally, it’s time to update the package in your Ubuntu and install AnyDesk on Ubuntu.

sudo apt update
sudo apt install anydesk

After installation is complete, you can start AnyDesk from the system menu or from the terminal itself:

anydesk

If you want to install AnyDesk using the GUI method then it is pretty simple. First, you need to download the AnyDesk deb installer file from the website of AnyDesk. Installing a deb file is easy as you just need to either double-click on it or right-click and open it with Software Install

Leave a Comment