Optimal frequency of updating

Installing other updates on a monthly basis should be fine.
But important security updates might be worth installing more often:

sudo dnf --security upgrade

The frequency depends on the cost of your security breach or system failure.
I guess that installing security updates on a weekly basis should fit for most desktop users.

Don’t forget that some services require restarting to apply the updates properly:

sudo dnf needs-restarting

Or use offline upgrading.

5 Likes