this post was submitted on 09 Nov 2023
18 points (95.0% liked)
Linux Gaming
15512 readers
43 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How does yay work? Is the workout similar to apt? Update, upgrade, and install commands?
https://archlinux.org/pacman/pacman.8.html#_operations
Read this over.
To search the AUR and add a program:
yay (desired package) You'll see multiple choices most likely, pick one and it's pretty self-explanatory from there.
To remove program: yay -R (program)
system update/update all packages: yay -Syu
There are a few different package management tools too like Octopi which let you directly browse the AUR by category in a GUI but I think that's pm the basics.
Cool! Thanks for the reply!
What do the -Syu arguments mean? I associate them with the Arch meme of "go ahead and break my system without prompting me first."
With regards to Arch based distros: Do you still need to read Arch news to spot potentially breaking updates and know how to diff pacsave/pacnew, etc. or have Garuda found a way to manage these things?
It's probably wise to check the forums regularly, I had to reinstall the entire OS once (arguably because of NVIDIA) but on more than one occasion it's stopped a update for me because packages were in conflict. So it's nice that there's some foresight on their part.