this post was submitted on 15 Mar 2024
727 points (96.2% liked)
linuxmemes
20880 readers
4 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
But doesnt each flatpak is packed with its own dependencies? So bascially you have the same dependency over and over.
No, each runtime is only used once. You only get duplicates for apps that use different runtimes or for dependencies that are bundled in the app.
Isn't flatpaks exactly this?
No, it's a layered model like Docker. They depend on various images that can be shared across applications targeting the same runtime.
Didn't know that, intresting, thank you.
Some are bundled, lots of the deps come from runtimes that are collections of deps. And many apps use those same runtimes. It's sorta middle point between bundling everything and sharing everything.
It’s like a separate package manager with much less granularity than most distros packages. It’s a very clever implementation that has got its pros and cons, but massive duplication of libraries isn’t one of them.
You may be thinking of AppImage. That's one file that contains everything.