How to run .Appimage on ubuntu 17.10

1.2k Views Asked by At

How to run .AppImage on ubuntu 17.10?

I did cura-build from the following exec (AppRun and Appimagetool) files from 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

After generated package I got an .Appimage file, then I try to run this file,

~: chmod a+x Cura-0.0.0-master.AppImage
~: ./Cura-0.0.0-master.AppImage
execv error: No such file or directory

I checked with these file properties as 'Allow executing file as program'

How to resolve this?

2

There are 2 best solutions below

2
On

Please download a readymade AppImage from https://ultimaker.com/en/products/ultimaker-cura-software and report issues at https://github.com/Ultimaker/Cura/issues, thanks.

0
On

for RUN

in linux(ubuntu)

chmod +x Name.AppImage

./Name.AppImage