|
|
|
|
|
by kick
2294 days ago
|
|
Do developers not know how to statically compile software anymore? Also, you shouldn't be writing your own packaging scripts: leave those to distribution packagers. There are thousands of people who work on packaging these things, and the user of the distribution is much safer if they don't touch software distributed by random people. This stuff is completely stable, just don't break the assumptions of the system without knowing what you're doing. |
|
And for static linking: That is kind of happening with those modern snap and flatpack and whatever systems for handling applications, but it's bad for security. I want to update my system zlib in case there is an issue instead if depending on all applications consuming compressed unteusted streams updating their package in time. And I certainly don't want each little tool bundling their own Qt.