So you may have heard of the install gentoo meme, when I looked the guidebook I thought it looked a little complex like with Arch.

Does Gentoo have something special that other distros do not? Apparently you can use the USE FLAGS to determine what stuff you want and it’s meant to be even more lean on resources.

Isn’t there a Gentoo installer like with Arch? With Arch I can confidently just run the installer on a VM but I got stuck with Gentoo

  • bigboismith@lemmy.world
    link
    fedilink
    arrow-up
    10
    arrow-down
    2
    ·
    14 days ago

    Gentoo is basically arch but built around everything being compiled locally. There isn’t to my knowledge any “Gentoo-install”, but if you can manage to install arch manually it should be quite similar. Gentoo is a bit more complex than arch so if installing gentoo manually seems daunting I would recommend staying on arch.

  • Heavybell@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    14 days ago

    The point of use flags is to make it so if you don’t want to print, every package that would otherwise pull in CUPS as a dependency can be compiled without it. Stuff like that.

    Gentoo also has a good system for handling multiple concurrent installs of different versions of some packages, e.g python.

    If there’s software you want to install from source that uses automake it’s pretty simple to build your own package for it.

    Very much a system for doing things your way, and a good way to learn linux IMO. To that end, no there is no installer, but the process is not that complex. Boot a live USB, partition and format a drive, download and extract a base system, install a kernel (there is a fits-most-needs one available now), install a bootloader. Reboot into your new system and continue installing what you need from there.

  • m4m4m4m4@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    14 days ago

    Apparently you can use the USE FLAGS to determine what stuff you want and it’s meant to be even more lean on resources.

    True and false; the “something special” in Gentoo is that you can tailor it to fit to your needs, and as far as I know no other distro comes even close - maybe the now almost defuct Funtoo. The “it’s more lean on resources” always seemed to me like a strawman people don’t like it came up with to diss on Gentoo.

  • banazir@lemmy.ml
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    14 days ago

    “Install Gentoo” is a meme, not life advice. With Gentoo, the installation process gives you good insight in to the internals of Linux systems and compiling (almost) everything from source is interesting, but won’t produce noticeable benefits for average users. Especially since updates take some time, what with compiling the programs again. Gentoo is a great distro with a fantastic package manager, but unless you’re an enthusiast or a serious hobbyist, Don’t Install Gentoo.

  • 0x0@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    14 days ago

    The installer is the handbook.

    USE flags are freakin’ awesome.

    It can let you install two different versions of a library.

    You can install the binary versions of some big packages like firefox.

    Edit: while USE flags are generic, you can also set specific per-package flags.

  • LalSalaamComrade@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    10
    ·
    edit-2
    14 days ago

    If you want a “special” distro, use something like GoboLinux, NixOS, Guix, ClearLinux, SerpentOS, CachyOS or T2Linux. The rest of them are almost the same.