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:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

I am kind of new to Linux. I started with nobara and got comfortable with the overall feel of Linux. Then a few weeks ago I switched over to cashyos, to try something new.

But what I wonder all the time: How often should I update my system? With Windows there were some updates happening in the background about every week and it was not necessary nor possible to manage them in detail.

But now on Linux I get update notification sometimes twice a day. I am also aware, that cashyos is doing roling updates. As I understand it, this means they are pushing them without much delay for testing. Is this a reason to wait a little before applying new updates so bugs can be fixed? But when I wait, arent there always new updates coming in? Also those Bugfixes would also be updates that I would then delay.

How are you handling it? And how are your experiences?

you are viewing a single comment's thread
view the rest of the comments
[–] kyub@discuss.tchncs.de 1 points 2 days ago

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.