MousePotatoDoesStuff@lemmy.world to linuxmemes@lemmy.world · 17 hours agohuh. didn't expect thatlemmy.worldimagemessage-square63fedilinkarrow-up1369arrow-down112
arrow-up1357arrow-down1imagehuh. didn't expect thatlemmy.worldMousePotatoDoesStuff@lemmy.world to linuxmemes@lemmy.world · 17 hours agomessage-square63fedilink
minus-squareekZepp@lemmy.worldlinkfedilinkEnglisharrow-up5·11 hours ago-S, --sync Synchronize packages. Packages are installed directly from the remote repositories, including all dependencies required to run the packages.
minus-squarefloquant@lemmy.dbzer0.comlinkfedilinkarrow-up4·5 hours agoTechnically correct answer but not super helpful imo. yay <package name> starts a search from which you enter your selection(s) from matches. yay -S <package name> installs the package directly, errors if it’s not found
-S, --sync
Synchronize packages. Packages are installed directly from the remote repositories, including all dependencies required to run the packages.
Technically correct answer but not super helpful imo.
yay <package name>starts a search from which you enter your selection(s) from matches.yay -S <package name>installs the package directly, errors if it’s not found