Y
Hacker News
new
|
ask
|
show
|
jobs
by
ChocolateGod
23 days ago
AppImage isn't truly cross distribution in the first place because how it handles dependencies is not truly portable.
2 comments
embedding-shape
23 days ago
I mean yeah, it doesn't aim to be a "cross-platform compilation/building system" so of course dependencies is up to you to solve, AFAIK AppImage only aims to solve packaging itself, not what goes into that package.
link
ChocolateGod
23 days ago
Which doesn't solve the same problem that Flatpak solves, namely having a package format that a developer can target and it run the same everywhere.
link
account42
23 days ago
Its as portable as you make it, just like with binaries in .tar.gz archives or shar installers.
link