archlinuxfr / yaourt

[unmaintained] A Pacman frontend with more features and AUR support
601 stars 98 forks source link

How to rebuild list of packages? #349

Open DoTheEvo opened 6 years ago

DoTheEvo commented 6 years ago

Recent perl update forced rebuild of some packages, this command for pacaur has been posted around as easy solution

pacaur -Syu --rebuild $(pacman -Qqo /usr/lib/perl5/vendor_perl)

is there yaourts equivalent?

f2404 commented 6 years ago

Does not yaourt -Syu $(pacman -Qqo /usr/lib/perl5/vendor_perl) work?