答案1
首先,添加armhf架构。
sudo dpkg --add-architecture armhf
现在,更新软件存储库。
sudo apt update
下载适用于 Raspbian Buster 的 megasync 桌面客户端 (armhf)。
wget https://mega.nz/linux/repo/Raspbian_10.0/armhf/megasync-Raspbian_10.0_armhf.deb
首先,从焦点存储库下载缺少的依赖项。
wget https://mirror.nishi.network/ubuntu-ports/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_armhf.deb
wget https://mirror.nishi.network/ubuntu-ports/pool/main/libr/libraw/libraw19_0.19.5-1ubuntu1_armhf.deb
使用 安装这些缺失的依赖项apt
。
sudo apt install ./libssl1.1_1.1.1f-1ubuntu2.16_armhf.deb
sudo apt install ./libraw19_0.19.5-1ubuntu1_armhf.deb
最后,安装 MegaSync。
sudo apt install ./megasync-Raspbian_10.0_armhf.deb
您必须激活Ubuntu Appindicators
或Appindicator and KStatusNotifierItem Support
扩展,以便 Mega 托盘图标在 GNOME 中正常工作。