Appimage for me ticks all the boxes for cross distro package as its very portable, simple to run, what are devs trying to do when creating snaps and flatpack?

you are viewing a single comment's thread
view the rest of the comments
[–] 74 points 2 years ago* (last edited 2 years ago) (2 children)

Software deployment that tackles dependency hell in a secure fashion while providing repeatable, atomic updates and rollback.

AppImage doesn't even provide a proper update system.

  • source
  • hideshow 4 child comments
  • [–] 12 points 2 years ago (1 child)

    Can you elaborate on update system? AppImage is just a format, right? Whereas flatpak is a format and an entire toolkit for downloading and running flatpaks.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 43 points 2 years ago*

    You already said it. Flatpak and Snap both include an entire system around updates and rollback which provide some pretty strong guarantees for update success. AppImage does not. It's got some libs available that an individual developer could use to implement their own update mechanism but isn't a built-in. And besides, without a system-level component that manages install/update/rollback, you can't have any guarantees about the update process. You're back to the Windows-world per-app update.exe paradigm (or update.sh in Linux).

  • source
  • parent