On a more serious note, how does updating apps on gentoo work? I understand that everything is built on your system, but then if the app is updated, do you need to re-compile every time?

  • lurch (he/him)@sh.itjust.works
    link
    fedilink
    arrow-up
    9
    ·
    6 days ago

    Updating on Gentoo works with it’s package management, but the actual packages are source code archives (and maybe patch files). It downloads them, compiles and installs them in a special build environment, then, if it worked, applies them to the system and removes the old version.

      • CarbonBasedNPU@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 days ago

        Better docs for one. The gentoo handbook is probably one of the best learning guides for Linux as a whole ever made. Yes it’s better than the arch wiki. It’s laid out in such a way that if you know generally what you are looking for but not exactly you will most likely be able to find it.