Appimage: Difference between revisions

Haruki7049 (talk | contribs)
Marked this version for translation
Onny (talk | contribs)
Restructure page
Line 7: Line 7:
On most distros, all one has to do is download the <code>.AppImage</code> file, make it executable <code>chmod +x $AppImage</code>, and execute it. This doesn't work in NixOS out of the box though, as AppImage files usually (if not always) depend on certain libraries commonly found on other Linux distributions to exist on certain paths; such as <code>/lib64/ld-linux-x86-64.so.2</code>.
On most distros, all one has to do is download the <code>.AppImage</code> file, make it executable <code>chmod +x $AppImage</code>, and execute it. This doesn't work in NixOS out of the box though, as AppImage files usually (if not always) depend on certain libraries commonly found on other Linux distributions to exist on certain paths; such as <code>/lib64/ld-linux-x86-64.so.2</code>.


== Running an AppImage file on NixOS == <!--T:3-->
== Usage ==
 
=== Running an AppImage file on NixOS ===<!--T:3-->


</translate>
</translate>
Line 16: Line 18:
<translate>
<translate>


== Register AppImage files as a binary type to binfmt_misc == <!--T:4-->
== Configuration ==
 
=== Register AppImage files as a binary type to binfmt_misc ===<!--T:4-->


<!--T:5-->
<!--T:5-->