我下载蚀刻机是为了安装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发布于 2018-12-28 15:06:11
另一项搜索在Mint:https://github.com/balena-io/etcher/issues/1490上发现了Etcher的一个C0错误
在这个线程中,它建议从发布页面下载巴莱纳-蚀刻器-电子1.4.9_i386. the。我用了v1.4.9的那个。
安装好了,一切看起来都很好。
发布于 2018-12-31 03:45:42
你真的还在32位机上吗?如果没有,那么您应该使用64位AppImage。并且要注意https://github.com/balena-io/etcher/issues/1305
https://askubuntu.com/questions/1105132
复制相似问题