What's a handy terminal command you use often?

cybercitizen4@lemm.ee to Asklemmy@lemmy.ml – 218 points –
283

You are viewing a single comment

sudo pacman -Syu

I just aliased "sudo pacman -Syu && yay -Syu --aur" to "update" cause I got tired of writing it every day.

Wouldn't it make more sense to just yay -Syu to update everything, normal packages and AUR packages?

The reason I did it like this is because:

  • I didn't know yay could invoke pacman
  • I didn't want yay "upgrading" my pacman packages with AUR packages.

But I was just misunderstanding yay. As another comment said before you, one can just run yay without any arguments and it accomplishes the same thing.

Yay doesn't replace normal packages with AUR packages. Btw It's not just an AUR helper, it's a wrapper for Pacman with AUR support built-in. Check out paru btw, it's a more modern version of yay that basically works the same way: https://github.com/Morganamilo/paru