How to Install Anydesk 6.4 On Ubuntu 24.10, Ubuntu 24.04, Ubuntu 22.04 And Derivative Systems (via Repo Or Flatpak)

As you may know, Anydesk is a free remote desktop aplication (similar to Teamviewer), designed to deliver secure and high-performance access to remote devices. It is easy to use, has fast response times, making it a preferred choise for remote assistance and collaboration, used a lot of IT support professionals to do remote torubleshooting.

One of Anydesk’s key strengths is its exceptional speed and low-latency performance, enabled by its proprietary DeskRT codec, which compresses and transfers data with minimal delay. The software incorporates TLS 1.2 encryption and RSA 2048 asymmetric key exchange and allows safeguarding your connections against unauthorized access.

The software is free for personal use and is cross-platform, being available for Linux, Windows, macOS, Android and iOS.

Anydesk also supports multiple configurations and customizations to suit your specific needs, including unattended access, session recording, and integration options for IT professionals and businesses. Whether you’re working remotely, offering technical support, or sharing files, Anydesk offers a secure, efficient, and user-friendly solution for seamless remote connectivity.

The latest version available:

The latest version available is AnyDesk 6.4, which comes with the following changes for Linux:

Features:

  • Migrated from GTK2 to GTK3

Bugfixes:

  • Fixed Accept Window can be controlled by Remote without permission granted
  • Fixed audio is transmitted when disabled in Audio Settings
  • Fixed opening Settings from command line
  • Fixed memory leak during Incoming Session
  • Fixed hanging keyboard modifier keys
  • Fixed crash when recreating deleted Address Book entry
  • Fixed creating new Address Book requires a restart to show up
  • Fixed Screen Frame top border is missing on second monitor
  • Fixed Address Book license restrictions
  • Fixed Session Recording license restrictions
  • Fixed File Transfer license restrictions
  • Fixed Custom Client DEB URL handler does not work
  • Fixed irrelevant functionalities enabled in Outgoing/Incoming only Custom clients
  • Fixed starting Outgoing Session from command line on Debian 11
  • Fixed setting Session Recordings directory from Recording Settings
  • Fixed Screen Sharing profile is visible in Accept Window if the Session is marked as scam
  • Fixed Session recording file can not be played until the opened Session Playback tab is closed
  • Fixed start Session Recording button must be pressed twice to start the recording
  • Fixed Follow Remote Cursor settings does not work
  • Fixed Scam Warning does not appear if Accept Window is open
  • Fixed Lock remote account on Session end does not work
  • Fixed Access Control List is not visible in Custom Clients
  • Fixed incorrect desktop shortcut name for Custom Clients
  • Fixed wrong icons are shown in Session Toolbar during Outgoing Session
  • Fixed deadlock when retrying Outgoing Connection from Session Closed dialog
  • Fixed crash when scrolling through the Session Playback
  • Fixed many more minor User Interface issues

Other changes:

  • Improved user experience in Session Closed dialogs
How to Install Anydesk 6.4 On Ubuntu 24.10, Ubuntu 24.04, Ubuntu 22.04 And Derivative Systems (via Repo Or Flatpak)
How to Install Anydesk 6.4 On Ubuntu 24.10, Ubuntu 24.04, Ubuntu 22.04 And Derivative Systems (via Repo Or Flatpak)

How to Install Anydesk 6.4 On Ubuntu 24.10, Ubuntu 24.04, Ubuntu 22.04 And Derivative Systems, via Repo:

As Anydesk is available via an official repository, installing the software on Ubuntu, Linux Mint, Debian and other deb based systems is easy.

All you need to do is import the key, add the repository to your system, update the local repository index and install the anydesk package. Like this:

wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list
sudo apt update
sudo apt install anydesk

Optional, to remove anydesk, do:

sudo apt remove anydesk

How to Install Anydesk 6.4 On Ubuntu 24.10, Ubuntu 24.04, Ubuntu 22.04 And Derivative Systems, via Flatpak:

The latest version of Anydesk is also available as a flatpak package. If you prefer this installation method, this is what you have to do:

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.anydesk.Anydesk

Optional, to remove anydesk, do:

flatpak uninstall --delete-data com.anydesk.Anydesk

This is everything, enjoy!

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

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