LINUX, FOSS AND LIBRARY TECHNOLOGY ENTHUSIAST

Saturday, May 24, 2025

Install AnyDesk on Debian/Ubuntu in Seconds

0 comments

I have written a script that will automatically handle the repository addition, update the package list, and install the latest version of AnyDesk on your Debian-based system.

Download the installation script

Open your terminal and run:

wget -O install_anydesk.sh https://gist.githubusercontent.com/maheshpalamuttath/8fb5b4cb45c7570050896daef055a826/raw/62e8982e651697a5cdad4ada270f3a78e9e91062/install_anydesk.sh

Make the script executable

sudo chmod +x install_anydesk.sh

Run the script

sudo ./install_anydesk.sh

Tested On

  • Debian 12 (Bookworm)
  • Ubuntu 24.04 LTS

Note: Once installed, you can launch AnyDesk from the application menu or by typing anydesk in the terminal.

No comments:

Post a Comment