this post was submitted on 09 Nov 2023
18 points (95.0% liked)
Linux Gaming
15292 readers
119 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Garuda is easily my favorite arch based distro, nice to see ppl talking about it! Once you get used to using yay instead of apt-get and the AUR in general it's such a better experience
How does yay work? Is the workout similar to apt? Update, upgrade, and install commands?
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.
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.