Published on

What Is a Rolling Release?

Authors
  • avatar
    Name
    hwahyeon
    Twitter

A rolling release is a software release model where the system is kept continuously up to date without requiring major version upgrades.
Instead of jumping from "22.04 to 24.04", the system is updated gradually and stays current at all times.

In the Linux world, this model is used by distributions like Arch Linux and Manjaro.

Comparison with Fixed Release

CategoryRolling ReleaseFixed Release
Update StyleContinuously updated with new packagesUpgraded in large version jumps
Example DistrosManjaro, Arch LinuxUbuntu, Fedora, Debian, CentOS
ProsAlways up to date with the latest softwareStable and well-tested package sets
ConsOccasional update conflicts or breakageUses older software, needs manual upgrades

To put it simply

A rolling release is like an online game that receives frequent patches, keeping everything fresh without needing a full reinstall.

In contrast, a fixed release is like a single-player game that stays on one version until a major expansion or sequel is released.