• @[email protected]
    link
    fedilink
    English
    522 years 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
      link
      fedilink
      English
      152 years ago

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

    • urda
      link
      fedilink
      English
      12 years 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;
      }
      
  • @owenfromcanada
    link
    English
    192 years ago

    That’s the sleep command. That is, you type that before going to sleep.

  • 0x497a
    link
    fedilink
    English
    142 years ago

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

    • @[email protected]
      link
      fedilink
      English
      18
      edit-2
      2 years ago

      pacman -Syu

      Using -Syyu can cause a partial system upgrade if mirrors are out of sync. It leads to higher traffic for mirror owners and it is considered bad practice overall. There are just a few rare cases where it is useful at all.

      Forcing anything should always be a conscious decision and never the default.

      • @vkirlin
        link
        English
        92 years ago

        I have “yeet” for “yay -Rcns”

  • GizmoLion
    link
    fedilink
    92 years ago

    Oops, missed a dash, so now you’ll have to come back and finish.

  • @[email protected]
    link
    fedilink
    English
    62 years 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…”

  • @[email protected]
    link
    fedilink
    English
    52 years ago

    Is there a big reason to use apt-get instead of just apt? I don’t think I’ve ever used apt-get in years, always using just apt.

  • @[email protected]
    link
    fedilink
    English
    52 years ago

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

    • @AusatKeyboardPremi
      link
      English
      42 years ago

      I have the same question. Honestly, it looks AI generated to me.

  • @atimholt
    link
    English
    52 years ago

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

      • @QuazarOmega
        link
        English
        42 years ago

        I’m guessing you just got to actually use it now then

    • TimeSquirrel
      link
      fedilink
      1
      edit-2
      2 years ago

      I already completed Linux From Scratch once 20 years ago for shits and giggles. I want to actually use my system, thanks.

  • @[email protected]
    link
    fedilink
    English
    52 years 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…

    • @czardestructo
      link
      English
      42 years ago

      This as my first thought. When running these commands in my pi1 or zero I go get a sandwich and come back an hour later

    • chandz05
      link
      English
      32 years ago

      Damn why so long? My 3b takes a few mins

      • @czardestructo
        link
        English
        72 years ago

        Pi zero is many times less powerful than the pi3 but still perfectly fine for lots of simple tasks. Just takes forever to update.

  • @demesisx
    link
    English
    4
    edit-2
    2 years ago

    rebuild_intelTower_withUpdate() { ./home/scripts/pullrelease.sh nix flake update sudo nixos-rebuild switch --flake .#intelTower --impure --show-trace nix build .#homeConfigurations.bismuth-edp.activationPackage --impure --show-trace activateHM }