› 論壇總覽 › MP500系列微型電腦討論區 › 請問MP-510-50如何安裝anydesk遠端桌面軟體
標籤: 請問MP-510-50如何安裝anydesk遠端桌面軟體
請問MP-510-50如何安裝anydesk遠端桌面軟體,試過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
問:”安裝 RealVNC ARM64, 安裝順利但執行時出現如下錯誤訊息 :
one@LX2438:~$ vncserver vncserver: error while loading shared libraries: libbcm_host.so.0: cannot open shared object file: No such file or directory
請問是哪裡出問題? ”
答:請參考下面方法安裝:
https://omar2cloud.github.io/rasp/realvnc/
TeamViwer也可以用,記得下載樹莓派 arm64版本。