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 time. Anydesk update along with updating Linux operating system. Following are the steps to add and install Anydesk from the DEB repository.
Ubuntu 22.04 users need to download and install the following package before the installation of Anydesk.
cd
wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5+b2_amd64.deb
sudo dpkg -i libpangox-1.0-0_0.0.2-5+b2_amd64.deb
Become a Root user,
sudo su
Add the repository key,
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 the software index.
apt update
Install Anydesk
apt install anydesk
The software will appear on Applications > Internet after the successful installation.
Reference
http://deb.anydesk.com/howto.html?_ga=2.12911607.170071280.1612773999-782358492.1612773999
No comments:
Post a Comment