This article is going to show you that how to Install AnyDesk for Ubuntu 20.04. If you want to learn that how to Install AnyDesk For Ubuntu then this article is best for you.
AnyDesk is probably cross-platform fastest, remote desktop connection software that is used to share your desktop with others. It’s similar like TeamViewer and it can be used to connect your desktop remotely to Linux, MAC and Windows machines to provide collaborate.
It is German proprietary remote desktop software distributed by AnyDesk Software GmbH. AnyDesk is provides platform independent remote access to your personal computers and other devices running the host application. It is offers remote control, file transfer.
Some Facts About AnyDesk :
- Release date : 2015
- License : Proprietary software
- Developer(s) : AnyDesk Software GmbH, Germany
- Operating system (OS): Windows, macOS, Linux, Android, iOS, FreeBSD, Raspberry Pi
- Programming languages : Erlang, C++
Prerequisites
To install AnyDesk, you must need to logged in with root or user with sudo privileges.
Install AnyDesk for Ubuntu
The process of AnyDesk installation is a very easy process. Simply follow the below steps to install AnyDesk for Ubuntu 20.04 system.
Step 1 : Update Ubuntu System
Run the below commands to update your system:
sudo apt update
sudo apt -y upgrade
Step 2 : Add or install AnyDesk repository
You can directly download the AnyDesk Debian file from the official download page. But if you want to quickly install AnyDesk, then you can use the below commands:
First, import AnyDesk GPG key to Ubuntu:
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
After that, add add its repository file to your system by running the below command:
sudo echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk.list
Step 3 : Install AnyDesk on Ubuntu
Finally, update apt cache and install AnyDesk, simply run the below command to install Anydesk for Ubuntu:
sudo apt update
sudo apt install anydesk -y
Step 4 – Launch AnyDesk
To launch AnyDesk from the command line, simply type the below commend :
anydesk
The above command should open and allow you to use the AnyDesk software.
That’s all, Enjoy!
If you face any error and issue in above steps , please use comment box below to report