How to install anydesk in Linux? Learn to install anydesk in Ubuntu 22.04, Ubuntu 20.04 using terminal. Anydesk for ubuntu is the remote desktop software for Linux Systems.
The AnyDesk Linux Remote Desktop works with a huge range of Linux distributions including Ubuntu, Red Hat, and openSUSE. A generic “vanilla” Linux version is also available for other custom systems in either 32-bit or 64-bit.
AnyDesk for Linux keeps file sizes small, so downloads are fast. It doesn’t require huge parts of your desktop or server storage. Choose your Linux distribution and follow the package manager for a quick and easy installation. Get started in just a few clicks!
Install AnyDesk on Ubuntu
Run the terminal commands to install AnyDesk on Ubuntu Linux Systems:
sudo apt update
sudo apt upgrade -y
sudo apt install dirmngr ca-certificates software-properties-common gnupg gnupg2 apt-transport-https curl -y
curl -fsSL https://keys.anydesk.com/repos/DEB-GPG-KEY | gpg --dearmor | sudo tee /usr/share/keyrings/anydesk.gpg > /dev/null
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/anydesk.gpg] http://deb.anydesk.com/ all main' | sudo tee /etc/apt/sources.list.d/anydesk.list
sudo apt update
sudo apt install anydesk -y
Once installed, open anydesk from Ubuntu Terminal via the following command:
anydesk