this post was submitted on 22 Feb 2026
52 points (96.4% liked)
Linux Gaming
24795 readers
228 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.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
- Linux Gaming wiki
- Gaming on Linux
- ProtonDB
- Lutris
- PCGamingWiki
- LibreGameWiki
- Boiling Steam
- Phoronix
- Linux VR Adventures
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
Normally, once in the morning and once in the evening. (Arch Linux) At the very latest, once a week. Why? Well, updates are important, and with a rolling release distribution, you get them when they're ready, which means multiple package updates each day. I sometimes skip the morning update if it's a huge update or if I need my system ready right now. My update process is scripted, but every action is still triggered manually (to remain in control during the process, also to answer any installation-related questions that might happen). When I type "_u" (I use the underscore as a leader character for several custom functions), first a regular pacman update from the Arch repos is started, then an AUR packages update (I don't mix both), then flatpak, then fwupdmgr. Also, there are several pacman hooks which also automate some things e.g. deleting old packages from the cache or displaying whenever there are new .pacnew or .pacsave files lying around. The whole process is very fast but still admin-controlled. If I ever see a problematic update, I can skip or delay the update. Also, I can always roll back to a previous btrfs snapshot if something breaks.