|
|
|
|
|
by reikonomusha
35 days ago
|
|
Packaging software for Linux users is a nightmare. Unless - your program is extraordinarily simple - you can manage to statically link libc - you can ship (or statically link) all .so files - you can ensure your app can run in a sandbox - you limit the distros you build for - your app can be built by whatever is on flathub etc., most solutions to shipping software simply don't work out-of-the-box. Despite the kernel being reasonably stable, userspace APIs are a mess of incompatible. |
|