Annoying that nobody yet figured out proper universal packaging for Linux. Appimage doesn't do it properly as it mixes internal and host libraries by default and bundling more libs into it causes weird issues and crashes (ask me how I know). Flatpak is shit and apparently wants to be systemdonlyware. And snap is a meme.
No, tarballs don't work properly either in most cases (the thing I'm working on is actually shipped as a tarball and doesn't include all the libs). The only proper way to do it is statically link absolutely everything into a single huge binary, but that isn't possible because glibc is dumb and devs rarely build against musl. Also does Flutter even support musl?
No, tarballs don't work properly either in most cases (the thing I'm working on is actually shipped as a tarball and doesn't include all the libs). The only proper way to do it is statically link absolutely everything into a single huge binary, but that isn't possible because glibc is dumb and devs rarely build against musl. Also does Flutter even support musl?
3