The Android version freezes and cannot be used with Lenovo ideapad duet.
Show Anydesk Linux repository screen AnyDesk DEB repository how-to
sudo su wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add -
Fail here In the browser https://keys.anydesk.com/repos/DEB-GPG-KEY Open and save the file to a Linux folder
apt-key add DEB-GPG-KEY Ends normally with
echo "deb [arch=amd64] http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list Maybe this is OK. If not, add [arch = amd64] with vi
After that, it was useless if I followed the procedure E: Unable to locate package anydesk
Try the file version, but NG from Chrome OS sudo apt i-install anydesk_x.x.x-x_amd64.deb Error Honyalara
sudo dpkg --install anydesk_x.x.x-x_amd64.deb Finally
It turns out that the implementation terminal and architecture do not match (amd64 / arm64) That's right. Hmm? Until then, there was one for Raspberry Pi.
sudo dpkg --install anydesk_x.x.x-x_armhf.deb It turns out that the architecture does not match (armhf / arm64)
Is it useless, or is hf 32bit? Well, different things are different. Tohoho
... no good ... sudo dpkg --add-architecture armhf I updated it with, but it didn't work. It was a pain to remove this entwined library
https://ubuntuforums.org/showthread.php?t=2444884&p=13963124#post13963124 Angry
https://www.labohyt.net/blog/server/post-4721/ Thanks
If you have time, set up a repository for Raspberry Pi ...
Recommended Posts