Re: Not Much LINUX Stuff of Late
c186282 <[email protected]> Tue, 28 Jul 2026 22:57:07 -0400
| Newsgroups | comp.os.linux.misc |
|---|---|
| Organization | wokiesux |
| Message-ID | <[email protected]> |
On 7/28/26 00:20, Charlie Gibbs wrote: > On 2026-07-28, c186282 <[email protected]> wrote: > >> Actually, that it's SO difficult to install said >> stupid little utilities these days - doesn't give >> me a good feeling for the future. > > I'm still a fan of static-linked binaries. No DLL hell, > no installer that has to know where to scatter a myriad > of files, no breakages when a library gets updated. > Just run the one file from anywhere and it Just Works. I think that mess is why we're seeing more and more Linux apps come as "App-Images" - all in one. Gets past a lot of distro/version issues, though the code is bigger. These days it may not matter so much if it's "bigger". Python is kinda nefarious for being version/subversion picky. So, you make an executable, containing everything, and it'll Just Work across a much broader range of systems. I've complained a lot about package and update dependency shit before - haven't changed my mind. Linux distros used to be 'simpler', less probs, but NOW ... yikes ! Rolling distros 'solve' the probs by completely replacing yer 2+ GB existing system with the latest image. Excessive ! Anyway, if you want to distribute anything, DO think "app-image". It'll Just Work in far more places.