this post was submitted on 30 Mar 2025
153 points (97.5% liked)

Linux

55235 readers
980 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

The diversity of Linux distributions is one of its strengths, but it can also be challenging for app and game development. Where do we need more standards? For example, package management, graphics APIs, or other aspects of the ecosystem? Would such increased standards encourage broader adoption of the Linux ecosystem by developers?

you are viewing a single comment's thread
view the rest of the comments
[–] MyNameIsRichard@lemmy.ml 12 points 2 months ago (9 children)

You'll never get perfect binary compatibility because different distros use different versions of libraries. Consider Debian and Arch which are at the opposite ends of the scale.

[–] 2xsaiko@discuss.tchncs.de 29 points 2 months ago (8 children)

And yet, ancient Windows binaries will still (mostly) run and macOS allows you to compile for older system version compatibility level to some extent (something glibc alone desperately needs!). This is definitely a solvable problem.

Linus keeps saying “you never break userspace” wrt the kernel, but userspace breaks userspace all the time and all people say is that there’s no other way.

[–] Giooschi@lemmy.world 7 points 2 months ago (1 children)

Linus got it right, it's just that other userspace fundamental utilities didn't.

[–] 2xsaiko@discuss.tchncs.de 5 points 2 months ago

Yeah, that's what I mean.

load more comments (6 replies)
load more comments (6 replies)