this post was submitted on 03 May 2023
16 points (100.0% liked)

Linux

47375 readers
882 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
 

Gentoo's Portage and NixOS' Nix are both interesting takes on package management. Both are powerful and open up a ton of flexbility to the user, but still do a lot of work for you.

Are there any other similarly interesting approaches to the package management problem?

you are viewing a single comment's thread
view the rest of the comments
[–] Elouin@lemmy.ml 13 points 1 year ago (1 children)
[–] cyclohexane@lemmy.ml 3 points 1 year ago* (last edited 1 year ago) (1 children)

Is guix much different from Nix? I remember that it uses scheme instead of nix language, that it is more free-software purist, and also has less packages than nix. Are there any benefits?

[–] kixik@lemmy.ml 5 points 1 year ago

Guix re-implemented the Nix package manager on Guile, so yes, though similar in principle, they are different, and if you go beyond the package manager, to the Guix system vs NixOS the differences are even bigger. So it's more than OK to mention them separately.