How to install AnyDesk in Ubuntu using terminal and enable remote desktop connection in Ubuntu. Learn what to do when AnyDesk not opening in Ubuntu.
AnyDesk
AnyDesk’s high-performance Remote Desktop Software enables latency-free Desktop Sharing, stable Remote Control and fast and secure Data Transmission between devices. Using the application, users can dhare files and folders without the need of any additional software.
AnyDesk’s File Transfer works on all major devices and platforms. There are no limitations. Share as many files as you want and as often as needed. AnyDesk works on all devices, no matter what operating system is used.
The AnyDesk Linux Remote Desktop works with a huge range of Linux distributions including Ubuntu, Red Hat, openSUSE, and Fedora. 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. Featuring high frame rates, low latency, and optimal bandwidth efficiency, AnyDesk remote desktop for Linux features our innovative DeskRT codec. Ensuring all tasks can be performed with near-instant response times and superb bandwidth efficiency. Our Remote Desktop manager for Linux provides cutting-edge technologies for any application.
Install AnyDesk on Linux Ubuntu
Go to the official source and download its executable binary package in Deb format from https://AnyDesk.com/en/downloads/linux
Once downloaded, run the following commands:
cd Downloads
sudo apt install ./AnyDesk_*_amd64.deb
You can also install AnyDesk using Repository. Run the following commands:
wget -qO - https://keys.AnyDesk.com/repos/DEB-GPG-KEY | sudo gpg --dearmor -o /etc/apt/keyrings/AnyDesk.gpg
echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/AnyDesk.gpg] http://deb.AnyDesk.com/ all main" | sudo tee /etc/apt/sources.list.d/AnyDesk.list > /dev/null
sudo apt update
sudo apt install AnyDesk
AnyDesk not opening in Ubuntu
If AnyDesk is not opening and you get an error: While loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory; run the following command:
wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb
sudo apt install ./libpangox-1.0-0_0.0.2-5.1_amd64.deb