this post was submitted on 11 Mar 2024
57 points (92.5% liked)
Linux
48008 readers
1363 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
nixpkgs (unstable to be precise, but iirc all channels are bigger than the AUR)
Interesting! How did Nix get such a large repo despite being younger than AUR? (I'm not super familiar with Nix)
Nix has been around for over 20 years, and a lot of nerds volunteered to make it better.
Nixos not being fhs compliant is a most likely also a big factor. Before you could emulate FHS you couldn't use language specific PMs like npm, and instead were forced to build those packages with nix. So now it's filled with packages that other distros wouldn't ever add. Even worse, I've seen python libraries have separate packages for different python minor versions.
The Arch USER Repository is is essentially only used for packages that aren't in the official repos. It's not a good comparison, as nixpkgs is the official one.
You may want to double check Debian... Stable has 120k packages, unstable 213k.
According to Repology, Debian Unstable has ~40k, the AUR has ~90k, and nixpkgs unstable has almost 110k.
Where did you get those huge numbers from?
From the Debian allpackages.txt file which can be downloaded from each branch's page.
https://packages.debian.org/stable/allpackages?format=txt.gz
https://packages.debian.org/unstable/allpackages?format=txt.gz