iopzy.blogg.se

Linux anydesk install
Linux anydesk install





We can now install AnyDesk remote desktop software via Ubuntu’s apt package manager. Re-updating your Ubuntu system informs the apt cache of AnyDesk’s signed repository which implies that we can now install it. $ echo "deb all main" | sudo tee /etc/apt//anydesk-stable.list Next, you need to add the AnyDesk Repository on Ubuntu to ensure that AnyDesk is updated to the latest version release during normal system updates. $ sudo chmod 644 /etc/apt//ubuntu-anydesk.gpg

linux anydesk install

$ sudo wget -q -O- | sudo gpg -no-default-keyring -keyring gnupg-ring:/etc/apt//ubuntu-anydesk.gpg -import

linux anydesk install

Since we will be using Ubuntu’s apt package manager, we need to add AnyDesk’s GPG key to verify its signature so that we can be allowed to install it on Ubuntu.







Linux anydesk install