this post was submitted on 16 Nov 2023
-3 points (47.5% liked)
Linux
48008 readers
1194 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
While I find that I agree with his takes like, 55% of the time, I do agree that Debian and Arch are basically the S-tier distros. So many of the other ones are basically just opinionated Debian or Arch, and while those can be useful when you’re getting started, I’ve found that for the long haul you’re better off just figuring out how to configure the base distribution with the elements of the opinionated ones that you like rather than use those distros themselves. Also, RIP CentOS. I would have put that in a high tier before the RHELmageddon (not top tier mind you, but it had a well defined use case and was great for that purpose).
I've been using Arch for years and can't pull myself away because everything just works. Whats the difference between arch and whatever the derivatives are? I don't even know what distros to arch are the Ubuntu / mint to debian
EndeavourOS is easy-mode Arch. You get a liveboot with XFCE and a graphical installer with quite some choices, from a wide selection of desktop environments and window managers to the init system and filesystem. You get pacman and yay, with the AUR preconfigured.
Manjaro is the easiest way to break Arch. It has its own repos which are just Arch but 2 weeks behind. This causes problems when (not saying if) you add the AUR, which is not 2 weeks behind but in sync with Arch main repos. Thus causing breakages due to migrations not happening at the same time.
Garuda is not as widely used as Endeavour and Manjaro, but from those who've used it, I've only heard good things.
I am using EndeavourOS Sway Community Edition. Was nice to have a starting point for my first pure WM and my first Arch install. The Sway Community Edition is looking for maintainers but I am a bit disappointed by some things in upstream Sway and am not sure I want to stick with it long-term yet. Might try Hyprland at some point.
Ah ok i gues si can understand it makes sense that if you really wanna learn linux you gotta be ready to get your hands dirty aka figuring out how to configure the distribution. Maybe its just very overwhelming because a beginner doesnt even know what you can / can't configure. But probably everything
Yeah basically all a "distribution" is is a selection of software and configurations, and they distribute (hence the name) that software and configurations as a bundle. It definitely can be daunting to learn all of this at once as a newcomer, but on the other side of that coin I've seen many people begin their Linux journey on a "beginner friendly" distribution who come to see that distro's configs as default and need to unlearn/relearn many habits as they progress through their journey. I think, too, that often people who are immersed in the Linux world don't have a great perspective on what is/isn't confusing for a new user and often end up obfuscating things with other things that are just as complicated, if not more.