我下载了蚀刻机尝试安装 RetroPie。解压后,它给了我一个 AppImage,我应该可以从任何地方运行它。我更改了权限
$ chmod a+x balena-etcher-electron-1.4.9-i386.AppImage
然后尝试从命令行运行它。不行。
$ ./balena-etcher-electron-1.4.9-i386.AppImage
./balena-etcher-electron-1.4.9-i386.AppImage: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory
答案1
另一次搜索发现了 Mint 上的 Etcher 的 GitHub 错误:https://github.com/balena-io/etcher/issues/1490
安装完成后一切似乎都正常。
答案2
你真的还在用 32 位机器吗?如果不是,那么你应该使用 64 位 AppImage。并且要注意https://github.com/balena-io/etcher/issues/1305