|
|
Subscribe / Log in / New account

vs flatpak vs AppImage vs Snappy

vs flatpak vs AppImage vs Snappy

Posted Nov 17, 2016 8:00 UTC (Thu) by alexl (subscriber, #19068)
In reply to: vs flatpak vs AppImage vs Snappy by lindbergio
Parent article: Portable system services

Flatpak definately uses all those features, as well as shipping all the dependencies (up to and including libc). Thats not a full "OS" though, as it doesn't have the host support stuff like init, hw support, kernel, logging, etc. Just the libraries.

Snappy is somewhat similar, but it doesn't use namespaces, but instead multiple prefixes that get set up with env-var munging + apparmour to hide away things the app shouldn't be able to access.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds