AppImage

From Notes to self
Jump to navigation Jump to search

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