• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Swift Guides

Howtos, Tutorials & Guides

  • Home
  • Servers
  • Applications
  • Opinions
  • Search
You are here: Home / Applications / How to Install AnyDesk on Ubuntu?

How to Install AnyDesk on Ubuntu?

October 21, 2024 by Sourabh Verma

AnyDesk is a cross-platform remote desktop application used to gain or provide access to other devices. It is free, very convenient, and most popular among people who work in desktop support profiles. With AnyDesk, you can even send or receive files from any location. The best part about AnyDesk is that it works smoothly even on low-bandwidth connections. In this tutorial, we will see how to install AnyDesk on Ubuntu.

How-to-Install-AnyDesk-on-Ubuntu
How-to-Install-AnyDesk-on-Ubuntu

Steps to Install AnyDesk on Ubuntu

The best method to install AnyDesk on Ubuntu is by using the terminal

Step 1 – Update repositories

    # sudo apt-get update

Step 2 – Add AnyDesk to trusted repository list

Now, let’s add AnyDesk as a trusted software repository list on Ubuntu

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

Step 3 – Add AnyDesk to the system repository

Let’s add AnyDesk to our system’s repository list

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

Step 4 – Update the repository

Let’s refresh the repository by updating the repository again

    # sudo apt-get update

Step 5 – Installing AnyDesk

Final step is to install AnyDesk

    # sudo apt-get install anydesk -y

It’s done, you can now access AnyDesk using the icon saved in your software list

Category: Applications Tagged In: Ubuntu

Like my work? Don't Forget to Share

Share on Facebook Share on Twitter Share on LinkedIn Share on Reddit Share on WhatsApp Share via Email

Hi, welcome to SwiftGuides! With over 12 years of experience in Linux, SysAdmin, databases, cloud computing, and other IT-related areas, I make sure publish easy-to-follow, 100% working tutorials. I hope you like my work. Thanks!

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Stay With Us

Follow on Facebook Follow on Twitter Follow on LinkedIn Follow on Reddit Subscribe on YouTube Follow on Instagram

SwiftGuides: Howtos, Tutorials & Guides © 2025 · All Rights Reserved

  • Contact Us
  • Privacy Policy
  • Disclaimer