Linux Wiki
Advertisement

In software development, a rolling release approach refers to a continuously developing software system, as opposed to one with versions that must be reinstalled over the previous versions. It is one of many types of software release life cycles. Rolling releases are typically seen in use by Linux distributions.

A rolling release is typically implemented using small and frequent updates. However, simply having updates does not automatically mean that a piece of software is using a rolling release cycle; to qualify as a rolling release, the philosophy of developers must be to work with one code branch, as opposed to discrete versions. Updates are typically delivered to users using a package manager and a software repository accessed through the internet.

Advertisement