Install AnyDesk on Ubuntu

To install AnyDesk on Ubuntu, run following commands as user root (sudo su).

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

Add repository

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

Update apt cache

apt update

Install anydesk with

apt install anydesk

If you don’t want auto start anydesk on boot, disable it with

systemctl disable anydesk

If you need to enable AnyDesk start on boot, run

systemctl enable anydesk

To see if anydesk is enabled or disabled, you can run

systemctl list-unit-files | grep anydesk

To check status of anydesk, run

systemctl status anydesk

You can manually start it with

systemctl start anydesk

See AnyDesk

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *