install anydesk in ubuntu 20.04 terminal
In this artical we will learn how we can install the anydesk in ubuntu
Just copy and run the following commands in terminal.
Step 1:
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
Step 2:
sudo sh -c 'echo "deb http://deb.anydesk.com/ all main" >
/etc/apt/sources.list.d/anydesk-stable.list'
Step 3:
sudo apt update
Step 4:
sudo apt install anydesk
Then go to activity section and find the anydesk application.
Thanks for reading this artical. If you face any problem while installing anydesk
You can comment.