AppImage: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
===Extract the contents of an AppImage=== | ===Extract the contents of an AppImage=== | ||
* <code>$ foo.AppImage --appimage-offset</code> | * <code>$ foo.AppImage --appimage-offset</code> | ||
* <code># mount my.AppImage /mnt -o offset=<offset></code> | * <code># mount my.AppImage /mnt -o offset=<''offset''></code> | ||
* <code># mkdir /opt/foo</code> | * <code># mkdir /opt/foo</code> | ||
* <code># cp -a /mnt/* /opt/foo</code> | * <code># cp -a /mnt/* /opt/foo</code> | ||
Revision as of 14:44, 19 October 2020
Extract the contents of an AppImage
$ foo.AppImage --appimage-offset# mount my.AppImage /mnt -o offset=<offset># mkdir /opt/foo# cp -a /mnt/* /opt/foo# umount /mnt
Some AppImages
- https://github.com/aferrero2707/gimp-appimage/releases (GIMP_AppImage-release-X.X.X-withplugins-x86_64.AppImage)
- https://github.com/neovim/neovim/releases (nvim.appimage)