this post was submitted on 16 Nov 2023
-4 points (46.7% liked)

Linux

47325 readers
973 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
 

Since i see so much linux talk on lemmy i got curious and watched a video about the common distros. How true is the information in this video? The person hardly describes why debian and arch are just better than every other distro. At least i'm definitely now curious about Mint or something for gaming.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 10 months ago (2 children)

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).

[–] [email protected] 8 points 10 months ago (1 children)

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

[–] [email protected] 7 points 10 months ago* (last edited 10 months ago)

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.

[–] [email protected] 1 points 10 months ago (1 children)

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

[–] [email protected] 2 points 10 months ago

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.