【问题标题】:How to run .Appimage on ubuntu 17.10如何在 ubuntu 17.10 上运行 .Appimage
【发布时间】:2018-06-12 01:32:09
【问题描述】:

如何在 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

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

如何解决?

【问题讨论】:

    标签: github file-permissions ubuntu-17.10 appimage


    【解决方案1】:

    对于运行

    在 linux(ubuntu) 中

    chmod +x Name.AppImage
    
    ./Name.AppImage
    

    【讨论】:

      【解决方案2】:

      【讨论】:

      • 我已经解决了上述错误,我可以从 cura-build 运行 AppImage 文件。
      • 我修复了,............你需要做的是首先用 cura-build-environment 构建一个前缀。这将为您提供所有依赖项。之后,您必须通过 cura-build-environment 将 cura-build 指向已构建的前缀。
      猜你喜欢
      • 2018-06-07
      • 1970-01-01
      • 2022-11-06
      • 2018-10-14
      • 2019-04-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-09-16
      相关资源
      最近更新 更多