Translations:Appimage/5/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source Tags: Mobile edit Mobile web edit |
||
| Line 1: | Line 1: | ||
You can tell the [[Linux kernel]] to use an interpreter (e.g. <code>appimage-run</code>) when executing certain binary files through the use of [ | You can tell the [[Linux kernel]] to use an interpreter (e.g. <code>appimage-run</code>) when executing certain binary files through the use of [$1 binfmt_misc], either by filename extension or magic number matching. Below NixOS configuration registers AppImage files (ELF files with magic number "AI" + 0x02) to be run with <code>appimage-run</code> as interpreter: | ||
Latest revision as of 18:19, 2 August 2026
You can tell the Linux kernel to use an interpreter (e.g. appimage-run) when executing certain binary files through the use of [$1 binfmt_misc], either by filename extension or magic number matching. Below NixOS configuration registers AppImage files (ELF files with magic number "AI" + 0x02) to be run with appimage-run as interpreter: