this post was submitted on 15 Apr 2026
17 points (90.5% liked)
Opensource
5953 readers
81 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Linux software repositories
We literally already have it
The difference is nobody is focusing on multi distro stuff yet. But using the Steam Linux runtime (open source) could be a good start. Standard containers which you can run on any distro.
Sorry for the stupid question, but what would be a standard container for any distro?
Appimage (static binary)
Static links would be a problem, like replicating the same lib/resources multiple times in a system, Reason why the dynamic links for bin are a thing?
The reason we do dynamic linking is because it saves RAM. The reason we sometimes don't is because not everyone has the same glibc version.