Aur helper with less dependencies than yay

I’ve installed yay, but it’s written in go, so I had to install go too.
is there another aur helper with less dependencies?
or maybe I could install yay-bin instead of yay?

I use baph and it is minimal

1 Like

thanks, I look for it

go is just a build dependency which means you don’t have to keep it after install.

However, if you don’t want that, you can install yay-bin instead it only needs pacman and git which you probably would need anyway.

3 Likes

but I should install again go with every yay update?

yes

1 Like

It will if you remove it or remove orphans.

Alternatively, you could explicitly install go and then it would just stay installed and not be removed as an orphan.

1 Like

Also, all of the above is only true on Arch.

If you are running EndeavourOS, yay in the repos and doesn’t require go

4 Likes

yes, you are right, it was an Arch question :grin:

1 Like