this post was submitted on 13 Mar 2026
289 points (99.0% liked)

linuxmemes

30735 readers
1513 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    top 20 comments
    sorted by: hot top controversial new old
    [–] KindaABigDyl@programming.dev 46 points 1 week ago* (last edited 1 week ago) (1 children)

    I did it once

    Used it for a month

    Compilation never got faster

    Miserable experience updating or installing new software

    Never trying it again

    Just use minimal binary distros like Arch

    Or if you really want the control of Gentoo use Nix; it's just a better system for that since almost everything you need is prebuilt as well

    [–] BillyClark@piefed.social 13 points 1 week ago* (last edited 1 week ago) (2 children)

    For desktop use, I'm not even sure that minimal binary distros make as much of a difference as they used to. Most of the software I use tends to be flatpak, which is like the opposite of minimal binary.

    I'm starting to think that whatever distro installs and updates the easiest is probably the best to use. Either that, or if you want a specialized distro, like one specializing in games, that might be the best, because games tend to be my number one headache.

    [–] FishFace@piefed.social 5 points 1 week ago (1 children)

    I don't have enough disk space to be using flatpak, jeez

    [–] Samskara@sh.itjust.works 1 points 1 week ago (1 children)

    What’s your disk size?

    [–] FishFace@piefed.social 1 points 1 week ago (1 children)

    I can't even remember. 1TB or so. Files expand to fill the size of their container, ya know?

    [–] Samskara@sh.itjust.works 1 points 1 week ago

    They do. :)

    [–] OrganicMustard@lemmy.world 3 points 1 week ago (2 children)

    Most of what is distributed on flatpack is also available in the AUR if not packaged directly by the distro

    [–] BillyClark@piefed.social 2 points 1 week ago

    I like that flatpak runs the apps in a sandbox.

    [–] Samskara@sh.itjust.works 1 points 1 week ago

    Flatpaks tend to work more reliably than AUR packages. For example, I tried the markdown editor apostrophe, which only works well with certain versions of GTK. Only worked reliably as a flatpak for me. Flatpaks sidestep dependency hell.

    Flatpaks really shine on LTS distros, allowing you to run cutting edge versions of software on a stable older base system.

    [–] rem26_art@fedia.io 16 points 1 week ago (1 children)

    Remilia Scarlet lying about using Gentoo when you know she's using a Linux Mint laptop that Sakuya gave her

    [–] snekmuffin@lemmy.dbzer0.com 3 points 1 week ago* (last edited 1 week ago) (1 children)

    Sakuya silently switched it to Mint instead of upgrading to Win11, and Remi never even noticed.

    meanwhile Flan is on some Lain shit, compiling LFS in her basement

    [–] rem26_art@fedia.io 2 points 1 week ago

    "on some Lain shit" is the best description I've ever heard. And 100% true for Flan lmao

    [–] addie@feddit.uk 11 points 1 week ago (1 children)

    It's quite a valuable skill to be able to do it. You appreciate how all the bits of Linux fit together when you've done the whole installation from scratch, and know that's there's nothing particularly hard about compiling the kernel. Indeed, it's one of the easiest packages to compile, got a great module selector and very few dependencies. You're far more likely to be able to recover a borked system if you've got all the low-level skills.

    Actually using Gentoo as your daily driver? Well, that's a different matter. The problem with having complete control over every aspect of your system in every detail is that you're also responsible for it. Arch (btw) is a bit more of a sensible middle ground. You retain most of the control and responsibility, but also have all those packages prebuilt and ready to work together, plus loads of great documentation.

    [–] Samskara@sh.itjust.works 2 points 1 week ago

    Gentoo, and to a lesser extent Arch, are kits for building your own operating system. That means there are a millions ways to put together a system. That can make support and debugging harder.

    [–] MistressRemilia@lemmy.sdf.org 6 points 1 week ago (1 children)

    Actually I've installed Slackware since 2002.

    [–] Samskara@sh.itjust.works 2 points 1 week ago (1 children)

    I love it, it's closer to Unix and is very KISS-oriented. I plan to use it until I die or can't use Linux anymore because it died.

    [–] NorthWestWind@lemmy.world 5 points 1 week ago

    I've done it twice. The second time didn't succeed because Nvidia

    [–] juipeltje@lemmy.world 5 points 1 week ago

    I could probably figure it out if i wanted to. I've used Arch, Void, NixOS, and now Guix, but Gentoo never appealed to me. I generally really don't like compiling software. I know you don't have to compile everything anymore these days, but still, seems like that's kinda the point of using the distro, so i don't see why someone like me would want to use it.

    [–] Digit@lemmy.wtf 1 points 1 week ago

    Sure I know how to install gentoo. You run sudo brl fetch gentoo.

    Oh, you mean outside of bedrock?

    Sure, I know how to install gentoo. You follow this >40 second video guide: https://www.youtube.com/watch?v=t09IbcxAJlU

    ... Or if that's too hard, cheat with Calculate, Redcore, Decibel, Argent, 250126 exGENT, or even an old Toorox, Sabayon or CloverOS.

    But no, seriously, do a proper stage3 by the handbook.

    And fret not. Everybody fails the first time. (Like the Jump Program in the movie The Matrix.) ... But what if you don't?