0

如何在 ubuntu 17.10 上运行 .AppImage?

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

~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

我将这些文件属性检查为“允许将文件作为程序执行”

如何解决这个问题?

4

2 回答 2

0

运行_

在Linux(Ubuntu)

chmod +x Name.AppImage

./Name.AppImage
于 2021-12-07T17:45:32.873 回答
0

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

于 2018-01-06T14:00:04.610 回答