this post was submitted on 06 Aug 2023
81 points (88.6% liked)

Asklemmy

48904 readers
670 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] jecxjo@midwest.social 11 points 2 years ago (2 children)

I've been a Gentoo user since it first came out. I always liked the idea of buildings my entire system around my actual use case. For example I didn't own a printer so it made absolutely no sense why I'd ever install CUPS and have that service running. If you install a Debian, Ubuntu or Fedora based distro installing Firefox required CUPS. WTF?!? How does wanting to browse the Internet require printer services installed?

Turns out there is a lot of unnecessary apps installed on your system because all the binary distro aim for maximum support. I am not generic so why install for a generic user?

[โ€“] cyclohexane@lemmy.ml 4 points 2 years ago (1 children)

I love gentoo, but for different reasons:

  • incredible flexibility in package versions. I can install multiple versions of a package, or install an old version of a package without incompatibility issues
  • can mix between rolling release (arch-like) and fixed / stable releases (fedora-like) on the individual package level
  • can very easily create packages not in the repos and treat them as first class
  • super easy to add and manage patches
  • global management of compile flags and options
  • packages in portage are not only programs. You can let portage manage other things, such as users or configurations
  • support for less common architectures or setups, like using musl, arm, clang, etc.
[โ€“] SeramisV@lemmy.blahaj.zone 1 points 2 years ago

Very true, what OP said barely matters nowadays but the features you listed definitely give Gentoo an edge over most other distros.

Also, we gotta shout out the sheer stability of gentoo and honestly having to compile system packages isnt that bad if you use flatpak.