如何运行 .在 ubuntu 17.10 上的应用图像



如何运行 .在 ubuntu 17.10 上的 AppImage?

我从以下可执行文件(AppRun 和 Appimagetool(文件中进行了 cura-build https://github.com/AppImage/AppImageKit/releases

~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

我检查了这些文件属性为"允许将文件作为程序执行">

如何解决这个问题?

请从 https://ultimaker.com/en/products/ultimaker-cura-software 下载现成的 AppImage 并在 https://github.com/Ultimaker/Cura/issues 报告问题,谢谢。

for RUN

在Linux(ubuntu(中

chmod +x Name.AppImage
./Name.AppImage

相关内容

  • 没有找到相关文章

最新更新