Questions tagged [appimage]
An AppImage is an executable file that implements a multi-distribution compatible Linux application.
22 questions
2 votes
0 answers
62 views
How does one retroactively debug a coredump generated from an AppImage?
When a non-reproducible crash occurs in an installed .flatpak package, I can debug it with flatpak-coredumpctl, even if I've solely installed the relevant debug packages after the crash occurred. This ...
0 votes
0 answers
893 views
Cursor-ai editor code command not working on Arch Linux
The APPIMAGE file is not working with these errors and it does not allow to install code command or other when it is run: ❯ ./Downloads/cursor-0.32.1x86_64.AppImage [9512:0416/165640.500124:ERROR:...
-1 votes
1 answer
113 views
Why 'helix-23.03-aarch64.AppImage' [in debian on x86_64 in Macbook Pro] is giving 'Exec format error'?
It is on debian on x86_64 me@debian:~/bin$ chmod a+x helix-23.03-aarch64.AppImage me@debian:~/bin$ ./helix-23.03-aarch64.AppImage /tmp/.mount_helix-RyzFyw/AppRun: 4: exec: /tmp/.mount_helix-RyzFyw/usr/...
-1 votes
1 answer
61 views
are appimages a way to package AND distribute software or just a way to package?
I heard a while back that appimages are only a way to package software, not distribute it; however, if I go to the wikipedia definition: AppImage is a format for distributing portable software on ...
1 vote
1 answer
251 views
Is it possible to serialize a running program's memory image to disk, instead of closing it?
I recognize this is a stretch, but I have a shadow of a memory of a way to do it, and I'm hoping someone here will recognize what I'm talking about and help jog it. Traditional programs, both by ...
1 vote
1 answer
6k views
Unable to open appimage in PopOs 22
I am using PopOs 22. I am not able to download Etcher using the appimage file available on their official website. I was easily able to open it in the previous distributions just by double-clicking ...
4 votes
2 answers
4k views
Which AppImage should I install (.AppImage vs modern.AppImage)?
I'm installing the Ultimaker Cura 3D printer slicer program from here (https://github.com/Ultimaker/Cura/releases/tag/5.1.0) onto Linux Ubuntu 20.04. What is the difference between Ultimaker-Cura-5.1....
1 vote
0 answers
500 views
How to package appimage properly?
I am trying to package my application in appimage format. I'm using appimage-builder to do so, and using Ubuntu 18.04, as appimage-builder documentation recommends. But I am unable to do so. I cloned ...