26
Portable Formats and Inmutable Distros
(lemmy.zip)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
They are probably referring to the way that snap, flatpak, and distrobox are available as official packages in most linux distro's repositories, whereas nix isn't. I have encountered this frustration for sure. Debian and Arch provide nix packages, but many other distros don't.
In addition to this, nix requires manual setup if you install it from the repos, which is annoying. And then you have to do further manual setup to enable flakes, and then you have to figure out how to install packages and it's not fun.
So the main way people install nix is via the
curl | bashscripts various "distros" of Nix provide.No, official packages mean packaged upstream by the creators of the software, so if issues occur you can talk to them directly.
Ah okay. Thanks for clarifying! But isn't that a problem with most repositories? I believe Flatpak's verified is one of the few exceptions.
Yes but that is the big benefit of flatpak
Set aside that all the dependencies used by verified flatpaks are not verified so it is kind of a weak measure
Understood. Thank you.