• msage@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    What did Gentoo teach you about Linux?

    I main it (and am never switching again btw), but I learned absolutely nothing new. Packages build themselves, and everything works.

    I was hoping to learn new things about compiling from source, but I guess I will have to make ebuilds for that.

    • Digit@lemmy.wtf
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      True.

      Before I first ran emerge in 2007, I thought from all the “you compile” talk, that you ran a lot of make install (and chasing down dependencies manually) to do Gentoo. Didn’t realise it was easier1 than many other distros to install packages. I thought it would necessitate a lot more getting up to my elbows in source code, hands on with compiling. Nope [not if you don’t want to]. Convenient easy-peasy.

      1 At least, in so far as emerge is shorter to type (than e.g. apt-get install or pacman -S)