Do these (practical and useful) installers like yay
have a mode where you could look at the PKBUILD before installing?
I mean when I install something new, letâs take the Spanish Piper TTS voice (an easy one), Iâd go to its AUR page, hit View PKGBUILD and do a quick check, like âOk, is this really the one from huggingface.co?â
But, for instance, when I get something like 126 Haskell updates just because I need Pandoc, I would surely not check them all. (Bad example, I know, because Pandoc is in extra
âjust to make the point.)
The general problem here is that even the technically inclined can get overwhelmed by all the new developments (complicated PKGBUILDs, many deps, etc.), or just get lazy, because we learned over years that it âusually just worksâ.
End users (shouldnât use Arch/EOS, okayâŚ) also tend to follow bad AI advice or YouTube videos blindly and just type in whatever they get told, without the wish to learn anything or even care.
âI mean, hey, we have the friendly forums, and people there work day and night for free and will surely help me repair my messed-up system within minutes, right?â (And I get the chance to type in more funny commands without understanding them!)
So yeah, the more popular Linux becomes, the more malicious idiots and script kiddies will find their way in to make life harder for the rest of us.
The only thing that can help is switching on your brains.
That said, the AUR is an invaluable source for great software. Package maintainers and users both put enormous amounts of work into it, just so that we can have life easier and donât have to build & maintain everything ourselves. My pacman -Qm | wc -l
is at 36, and I surely donât install anything I donât need (well, except one of those).
But I digress. Back to the original question.