Screenshot of QEMU VM showing an ASCII Gentoo Logo + system info

I followed Mental Outlaw’s 2019 guide and followed the official handbook to get up-to-date instructions and tailored instructions for my system, the process took about 4 hours however I did go out for a nice walk while my kernel was compiling. Overall I enjoyed the process and learnt a lot about the Linux kernel while doing it.

I’m planning on installing it to my hardware soon, this was to get a feel for the process in a non-destructive way.

  • 1984@lemmy.today
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    Gentoo probably doesn’t have all packages. One of the reasons I love Arch is because it almost always has any package in the AUR. It’s a lot more work to try and get something installed on Ubuntu related distros. They try to keep up by using snaps and stuff but it’s still no comparison. Arch has everything.

    Still it’s gets a bit boring now since I know it so well, so want to try Gentoo at some point also.

    • null@slrpnk.net
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      11 months ago

      Nix has entered the chat.

      And one day I’ll figure out how to use it.

    • jdaxe@infosec.pub
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      Gentoo has overlays which are similar to AUR, I haven’t felt like I’m missing packages compared to when I ran arch

    • phoenix591@lemmy.phoenix591.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      one of the reasons I love gentoo is how easy it is to package things for it.

      You know how for pkgbuilds you have to explictly write out the whole configure make make install stuff that pretty much every package uses some variation on? Gentoo abstracts that out to libraries (eclasses) that handle that sort of thing for each build system so you can focus down on anything unique to the package, like build system options.