AppImage: Difference between revisions

From Alpine Linux
(A bit of editing. Just needed to get gud at wikitext.)
mNo edit summary
 
Line 7: Line 7:
# modprobe fuse
# modprobe fuse
</pre>
</pre>
Optional but recommended install gcompat for glibc compatibility.
Optional but recommended install [https://git.adelielinux.org/adelie/gcompat gcompat] for glibc compatibility.
<pre>
<pre>
# apk add gcompat
# apk add gcompat

Latest revision as of 19:24, 11 November 2025

AppImages allow a simple executable like experience on Linux, but the problem is that AppImages require glibc and alpine uses musl.

Installation

First you need FUSE for AppImages to work and modprobe it.

# apk add fuse
# modprobe fuse

Optional but recommended install gcompat for glibc compatibility.

# apk add gcompat

Usage

You have to make the AppImage executable, so you can execute it.

Example

$ chmod +x Example.AppImage
$ ./Example.AppImage