﷽
This is just a 5 minutes article on howto install Anydesk on Debian based Linux (Kali/Parrot/Ubuntu).
# Update and preparation :
$ sudo apt update
$ sudo apt -y upgrade
$ sudo apt install -y gnupg2$
$ wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb
$ sudo dpkg -i libpangox-1.0-0_0.0.2-5.1_amd64.deb
# Add Anydesk repo :
$ wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | sudo apt-key add -
$ echo "deb http://deb.anydesk.com/ all main" | sudo tee /etc/apt/sources.list.d/anydesk-stable.list
$ sudo apt -y update
$ sudo apt -y install anydesk
# Check Anydesk package already installed :
$ sudo apt list anydesk
Listing... Done
anydesk/all,now 6.1.1 amd64 [installed]
# Enable and start anydesk service :
$ sudo systemctl enable anydesk
$ sudo systemctl start anydesk
# Set password for unattended Access :
$ echo my-secret | sudo anydesk --set-password
No comments:
Post a Comment