430
When you have to update the server
(pawb.social)
Post funny things about programming here! (Or just rant about your favourite programming language.)
pacman -Syyu
...btw
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.
I’m so lazy I alias “sudo pacman” to “p”
I have "yeet" for "yay -Rcns"
yay -Syyu
It's just
yay
it will update by default if no parameters are passed.