如何在ubuntu17.10上运行.AppImage?
我从https://github.com/AppImage/AppImageKit/releases的以下可执行文件(AppRun和Appimagetool)中构建了cura
~cura-build/build$ make
Copying AppRun executable...
...
...
...
...
...
Embedding ELF...
Marking the AppImage as executable...
Success
Please consider submitting your AppImage to AppImageHub, the crowd-sourced
central directory of available AppImages, by opening a pull request
at https://github.com/AppImage/appimage.github.io
[ 98%] Built target packaging
Scanning dependencies of target signing
[100%] Signing Package...
Generating signature...
Generating SHA-1 sum...
[100%] Built target signing在生成包之后,我得到了一个.Appimage文件,然后我尝试运行这个文件。
~: chmod a+x Cura-0.0.0-master.AppImage
~: ./Cura-0.0.0-master.AppImage
execv error: No such file or directory我检查了这些文件属性,如“允许将文件作为程序执行”
如何解决这个问题?
发布于 2018-01-06 22:00:05
请从https://ultimaker.com/en/products/ultimaker-cura-software下载现成的AppImage并在https://github.com/Ultimaker/Cura/issues上报告问题,谢谢。
https://stackoverflow.com/questions/48059357
复制相似问题