• gkd@lemmy.ml
    link
    fedilink
    English
    arrow-up
    44
    ·
    1 year ago

    Try installing something from homebrew.

    Oh you just want to install this one package here? Ok but let’s update 60 other packages first. Don’t worry, it will only take about one minute. Per package.

    • 0x497a@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 year ago

      Bruh have fun on x86_64 since you have to compile them all (at least I had to, I might have broken something)

      • navi@lemmy.tespia.org
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        1 year ago

        I installed Mono on my M1 MBP last year and it took like four hours to compile 💀

    • urda@lebowski.social@lebowski.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Real talk I’ve been using this I’ve mashed together:

      update_brew() {
          bold=$(tput bold);
          normal=$(tput sgr0);
          brew --version &&
          echo "${bold} > brew update${normal}" &&
          brew update &&
          echo "${bold} > brew upgrade${normal}" &&
          brew upgrade &&
          echo "${bold} > brew autoremove${normal}" &&
          brew autoremove &&
          echo "${bold} > brew cleanup${normal}" &&
          brew cleanup &&
          echo "${bold} > brew doctor${normal}" &&
          brew doctor;
      }
      
  • 0x497a@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    13
    ·
    1 year ago

    One of the reasons I love pacman. A whole system update within a minute or two (depending on the particular system ofc)

  • Stabbywithsocks1@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    11 months ago

    “Knock it off Julian, I know how good my coffee is, I’m the one who buys it. When Bonnie goes shopping, she buys shit. I buy the more expensive coffee because when I drink it, I want to taste it. But you know what’s on my mind right now? It ain’t the coffee in my kitchen…”

  • Skedule@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 months ago

    What are the chances, I’m currently waiting for apt-get upgrade to finish while browsing Lemmy.

  • President_Pyrus@feddit.dk
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    I updated my RPi zero running pi hole today. I had to disable pi hole, and even then it took well past half an hour to update…

    • jape@infosec.pub
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      It’s used for scripting. Apt specifically recommends against using it in scripts.

      • Zucca@sopuli.xyz
        cake
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        11 months ago

        … wait?

        Used for scripting, but not recommended to be used in scripting?

        • __jov@lemmy.ml
          link
          fedilink
          English
          arrow-up
          3
          ·
          11 months ago

          apt-get is used in scripting.

          apt isnt recommended to be used in scripting.

  • atimholt@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 months ago

    I think everyone should try Gentoo at least once, for the experience. Why download binaries when you can compile everything?

  • DrM@feddit.de
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    edit-2
    1 year ago

    Do this with a typo in sources.list and uninstall the complete system at once. Happened to me once, happened to me twice. 10/10 will happen again