Linux AppImage/AppRun


AppImage: Requires FUSE to be installed and configured. More compatible on modern systems but problematic on older systems.
AppRun: Uses bash/sh and tar to run. Compatible also with older systems. (Recommended).
Integration packages add shortcuts, manuals or extra files. They are installed via root with the command: tar zxvf [package-integration.tar.gz] -C /
AppImage AppRun Integration
Note: AppImages are created with packelf-appimage and packelf-appimage-folder. AppRuns are created with packelf and packelf-folder.