yay icon indicating copy to clipboard operation
yay copied to clipboard

[Feature Request] Command to download sources and PKGBUILDs

Open 132ikl opened this issue 5 years ago • 3 comments

With pacman, you can run pacman -Syyuw --noconfirm to download all packages automatically and then simply run pacman -Syu later to install the downloaded packages. Something like this in yay would be nice. Ideally it would download both the sources and the PKGBULIDs, which would allow the user to later run yay -Syu to actually install the packages.

132ikl avatar Jun 18 '19 22:06 132ikl

-G?

parkerlreed avatar Jun 18 '19 23:06 parkerlreed

-G only downloads PKGBUILDS, not sources, and installs them in the current directory, which means you can't just run yay -Syu right after using -G.

132ikl avatar Jun 19 '19 01:06 132ikl

This will lead you to build the packages not install them. This it not implement yet but should be.

Jguer avatar Oct 24 '19 15:10 Jguer