Rolling release

From Wikipedia, the free encyclopedia

Rolling release, rolling update, or continuous delivery, in software development, is the concept of frequently delivering updates to applications.[1][2][3] This is in contrast to a standard or point release development model which uses software versions that must be reinstalled over the previous version.[clarification needed] An example of this difference would be the multiple versions of Ubuntu Linux versus the single, constantly updated version of Arch Linux.

Rolling release[]

Rolling release development models are one of many types of software release life cycles. Although a rolling release model can be used in the development of any piece or collection of software, it is often seen in use by Linux distributions, notable examples being for instance GNU Guix System, Arch Linux, Gentoo Linux, openSUSE Tumbleweed, PCLinuxOS, Solus, SparkyLinux and Void Linux. Some modern Distributed SQL databases such as YugabyteDB can also support this feature

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; for this, the philosophy of developers must be to work with one code branch, versus discrete versions. When the rolling release is employed as the development model, software updates are typically delivered to users by a package manager on the user's personal computer, accessing through the internet a remote software repository (often via a download mirror) stored on an internet file server.

See also[]

References[]

  1. ^ Alex Newth (2015-05-09). "What Is a Rolling Release?". wiseGeek. Retrieved 2018-08-21.
  2. ^ Steven J. Vaughan-Nichols (2015-02-03). "Rolling release vs. fixed release Linux". ZDNet. Retrieved 2018-08-21.
  3. ^ "Continuous Delivery and Rolling Upgrades". Ansible Documentation. 2016-04-21. Retrieved 2018-08-21.
Retrieved from ""