AppImage: Difference between revisions

From Notes to self
Jump to navigation Jump to search
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..."
 
Line 2: Line 2:
* <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># cp -a /mnt/* /opt/foo</code>
* <code># cp -a /mnt/* /opt/foo</code>
* <code># umount /mnt</code>
* <code># umount /mnt</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