this post was submitted on 10 Aug 2023
176 points (100.0% liked)

Linux

1259 readers
85 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cyclohexane@lemmy.ml 8 points 1 year ago

That's no longer the point of Gentoo either.

  • gentoo manages compile options globally. This is not only for optimization. It can be used to enable certain features of a program only available via compile options.
  • freedom between rolling release, stable release, or a mixture of the two. You don't have to opt for one or the other. And you can only make some programs rolling and others stable. Gentoo is the only distro I know that lets you do this without issues
  • can use any version of a program you want. That's the benefit of the build system. Since you're compiling, you link against the versions you want. No more compatibility issues because you didn't use the specific version your distro has.
  • super easy to install programs not in the repos and still have them managed by portage. Ebuilds are easy to write, and you don't have compatibility issues if you configure your deps right
  • super easy patch management. Just drop it the right place and you're done.
  • although its not mandatory, openRC is great