AnyDesk is a remote desktop access software and offers a user-friendly interface. Traditionally, AnyDesk installs from the .deb package. Users need to upgrade the software manually whenever a new version arrives. Now, Linux users can install AnyDesk by adding a software repository. This method is convenient to keep the software new all the time. AnyDesk updates occur simultaneously with the updates to the Linux operating system. The following are the steps to add and install AnyDesk from the DEB repository.
Add the AnyDesk GPG key
sudo apt update
sudo apt install ca-certificates curl apt-transport-https
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://keys.anydesk.com/repos/DEB-GPG-KEY -o /etc/apt/keyrings/keys.anydesk.com.asc
sudo chmod a+r /etc/apt/keyrings/keys.anydesk.com.asc
echo "deb [signed-by=/etc/apt/keyrings/keys.anydesk.com.asc] https://deb.anydesk.com all main" | sudo tee /etc/apt/sources.list.d/anydesk-stable.list > /dev/null
Update apt caches and install the AnyDesk client
sudo apt install anydesk
After the successful installation, the software will be found under Applications > Internet.
Reference
No comments:
Post a Comment