Why EOS uses yay instead of pacman to update?

I wonder why eos uses jay to update the system while jay is a aur helper?

I would have thought that pacman is used?

Yay is a pacman wrapper with AUR support.
Issuing a simple yay you could update both packages from the official repos (plus additional repos in pacman.conf if one has some) and packages from AUR.

:eye: man yay

5 Likes

Yay is my go to because I’m lazy, no need to type sudo before yay or -Syu after yay. This saves me a few key stokes. :joy:

2 Likes

Ah that makes perfectly sense, i didn’t know that thanks

1 Like

You can use pacman -Syu no problem. Unless you have any AUR packages installed.

Running yay is the same as running:

pacman -Syu

Then

yay -Sua

1 Like

Just to be totally clear, yay does use pacman to update repo packages. However, it also updates AUR packages. If you only use pacman, your would need to separately update repo packages and AUR packages separately.

4 Likes

Thanks for your explanation!

2 Likes

Can you mark the thread as solved now, @fred666 ?

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.