this post was submitted on 08 Aug 2025
71 points (86.6% liked)

Linux

9696 readers
299 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Games on Linux are great now this is why I fully moved to Linux. Is the the work place Pc's market improving.

OQB @RavenofDespair@lemmy.ml

you are viewing a single comment's thread
view the rest of the comments
[โ€“] nyan@lemmy.cafe 5 points 2 months ago (1 children)

Dependencies only become an issue if you don't distribute your source (allowing distros or individuals to compile against the shared libraries they actually have installed, and patch out minor compatibility issues). Since closed-source is frowned upon in the Linux world, it's unsurprising that there are various sorts of pressure to Not Do That.

[โ€“] FizzyOrange@programming.dev 3 points 2 months ago

Since closed-source is frowned upon in the Linux world

Indeed, this is a root cause of the problem. But it is a problem. The Linux community needs to get off its high horse and make distribution of binary programs (which may or may not be open source) work properly.

Snap and Flatpak are definitely a step in the right direction at least.