AppImage

From Notes to self
Revision as of 14:43, 19 October 2020 by Verbovet (talk | contribs) (Created page with "===Extract the contents of an AppImage=== * <code>$ foo.AppImage --appimage-offset</code> * <code># mount my.AppImage /mnt -o offset=<offset></code> * <code># cp -a /mnt/* /op...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extract the contents of an AppImage

  • $ foo.AppImage --appimage-offset
  • # mount my.AppImage /mnt -o offset=<offset>
  • # cp -a /mnt/* /opt/foo
  • # umount /mnt

Some AppImages