› 論壇總覽 › MP500系列微型電腦討論區 › 請問MP-510-50如何安裝anydesk遠端桌面軟體 › 回覆至:請問MP-510-50如何安裝anydesk遠端桌面軟體
MP510-50 是64位元 arm64 架構,不是 32位元的 armhf架構。Anydeask 目前還未支援 arm64:
https://support.anydesk.com/knowledge/anydesk-for-linux-raspberry-pi-freebsd
如果可以的話,請改用 RealVNC Server 和 RealVNC Viewer。
Download VNC® Server
VNC® Server
選擇 Raspberry Pi -> arm64
https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-6.11.0-Linux-ARM64.deb
Download VNC® Viewer
Viewer
選擇 Raspberry Pi -> DEB arm64
https://downloads.realvnc.com/download/file/viewer.files/VNC-Viewer-6.22.826-Linux-ARM64.deb
注意:
DEB檔用 apt install安裝,要給檔案絕對路徑,假設下載的DEB檔在使用者one家目錄下的Downloads資料夾中:
$ sudo apt install /home/one/Doenloads/VNC-Server-6.11.0-Linux-ARM64.deb
$ sudo apt install /home/one/Doenloads/VNC-Viewer-6.22.826-Linux-ARM64.deb