Anydesk: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "<source lang="bash"> curl -fsSL https://keys.anydesk.com/repos/DEB-GPG-KEY\ | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/anydesk.gpg cat << EOF | sudo tee /etc/apt/source...")
 
Line 14: Line 14:
{|
{|
| valign="top" |
| valign="top" |
* [http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/ Pangox Compatible <code>libpangox-1.0</code> Download]
* [https://askubuntu.com/questions/1405323/ AnyDesk doesn’t work on Ubuntu 22.04 LTS]
* [https://askubuntu.com/questions/1405323/ AnyDesk doesn’t work on Ubuntu 22.04 LTS]



Revision as of 22:00, 8 June 2022

curl -fsSL https://keys.anydesk.com/repos/DEB-GPG-KEY\
  | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/anydesk.gpg

cat << EOF | sudo tee /etc/apt/sources.list.d/anydesk-stable.list
deb http://deb.anydesk.com/ all main
EOF

sudo apt update  && sudo apt list  --upgradeable
sudo apt upgrade && sudo apt install anydesk

References