My Blog List


Monday, April 25, 2022

Install AnyDesk via Command Line

 

Install AnyDesk via Command Line

 

Run the following commands as root user:


sudo su

- add repository key to Trusted software providers list

wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -

- add the repository:

echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list

- update apt cache:

apt update

- install anydesk:

apt install anydesk

 

Reference:

http://deb.anydesk.com/howto.html?_ga=2.216462869.2096732493.1611950650-641009256.1611950650

No comments:

Post a Comment