Site icon Ubuntu Free

How to install AnyDesk on Ubuntu 24.04

Setting up a remote desktop tool like AnyDesk on Ubuntu 24.04 can streamline your ability to manage or assist other machines from anywhere.

While remote access isn’t a new concept, tools like AnyDesk offer modern, secure, and user-friendly solutions for today’s needs.

Thankfully, in 2025, installing AnyDesk on Ubuntu 24.04 is incredibly straightforward, perfectly aligning with the latest Ubuntu features.

If you’re aiming to get AnyDesk running on your system for seamless remote support or access, this guide will walk you through the process, making it as easy as possible to connect your world.

Installing AnyDesk on Ubuntu 24.04

Step 1: Update Your System

Before installing AnyDesk, ensure that your Ubuntu system is up-to-date by running the following commands:

sudo apt update
sudo apt upgrade

Step 2: Install AnyDesk Using the APT Repository

To install AnyDesk from its official APT repository, follow these steps:

  1. Install Required Dependencies: Make sure you have the necessary packages to add repositories and import GPG keys:
sudo apt install dirmngr ca-certificates software-properties-common apt-transport-https curl -y
  1. Add AnyDesk GPG Key: Import the GPG key for the AnyDesk repository:
curl -fsSL https://keys.anydesk.com/repos/DEB-GPG-KEY | gpg --dearmor | sudo tee /usr/share/keyrings/anydesk.gpg > /dev/null
  1. Add AnyDesk Repository: Add the AnyDesk APT repository to your system:
echo 'deb [signed-by=/usr/share/keyrings/anydesk.gpg] http://deb.anydesk.com/ all main' | sudo tee /etc/apt/sources.list.d/anydesk.list
  1. Update APT Cache: Update your package list to include the AnyDesk repository:
sudo apt update
  1. Install AnyDesk: Finally, install AnyDesk with the following command:
sudo apt install anydesk

Step 3: Launch AnyDesk

After installation, you can launch AnyDesk either via the terminal or through your system’s application menu:

anydesk

Method 2: Install AnyDesk via Flatpak

Alternatively, you can install AnyDesk using Flatpak if you prefer using sandboxed applications:

  1. Enable Flathub: Add the Flathub repository if it’s not already enabled:
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  1. Install AnyDesk via Flatpak: Install AnyDesk using the following Flatpak command:
flatpak install flathub com.anydesk.Anydesk -y

To Uninstall AnyDesk

If you need to remove AnyDesk from your system:

sudo apt remove anydesk
sudo rm /etc/apt/sources.list.d/anydesk.list
sudo rm /usr/share/keyrings/anydesk.gpg
flatpak uninstall com.anydesk.Anydesk

Downloading AnyDesk on Ubuntu

If you prefer to click and download AnyDesk, follow the following steps:

  1. Visit the Official Website: Go to the AnyDesk official download page at AnyDesk Download.
  2. Select Your Operating System: On the download page, choose “Linux” as your operating system.
  3. Download the DEB File: Click on the “Download Now” button, then select the option for Debian/Ubuntu (64 Bit). This will download the .deb file to your computer.
  4. Locate the Downloaded File: Once the download is complete, navigate to your “Downloads” folder to find the AnyDesk .deb file.

Now you can install it via your package manager and start using it.

What Is AnyDesk About?

AnyDesk is a high-performance remote desktop software designed to provide the fastest and most reliable remote connections available. Built with DeskRT, a unique video codec specifically developed for graphical user interfaces.

AnyDesk delivers a smooth, lag-free experience that makes remote work feel as if you’re directly using the remote device. Whether you’re working from home, offering IT support, or need access to your personal computer from anywhere.

AnyDesk makes it possible with minimal latency and high frame rates. It stands out as one of the most efficient and user-friendly remote desktop applications available today.

Key Features of AnyDesk:

AnyDesk Screenshots

AnyDesk Video Tutorial

Quick Links: Discord for Ubuntu, Teamviewer on Ubuntu & Best Ubuntu Antivirus Software

Exit mobile version