Rolling release

From Wikipedia, the free encyclopedia
Jump to: navigation, search

In software development, a rolling release (or rolling updates) development model refers to a continually developing software system; this is opposed to a standard release development model which uses software versions that must be reinstalled over the previous version. Rolling software, instead, is continually updated, in contrast to standard release software which is upgraded between versions. Rolling release development models are one of many types of software release life cycles and, in terms of software development methodology in general, rolling release development models are less common than standard release development models in most mainstream software sectors, such as operating systems.

Although a rolling release software development model can be used in the development of any piece or collection of software, it is typically, though not exclusively, seen in use by a minority of Linux distributions. Software distributions, of which Linux distributions form a very large proportion, are commonly referred to as distros, with rolling release distributions commonly referred to as rolling distros. When used as an adjective (instead of a noun) rolling release is often shortened to rolling, whether referring to distributions, software, or development models.

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. When the rolling release development model is employed as the development model of a software distribution, software updates are typically delivered to users by a package manager software application 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.

Although rolling distributions use a rolling release software development model, most of the software contained in the distribution's software stack is usually standard release (i.e. not rolling release) software. Also, not all software distributions based on, derived from, or related to rolling release distributions are necessarily rolling releases themselves. An example of this is ConnochaetOS (formerly DeLi Linux) which is a standard (i.e. non-rolling) release distribution based on the rolling release distribution Arch Linux.

The remainder of this article focuses on the rolling release model as applied to software distributions (as opposed to software applications). From this point onwards, unless otherwise stated, the term rolling release will be taken to refer to rolling release software distributions specifically and not to rolling release software in general.

Contents

[edit] Development models

For the purpose of this article rolling releases have been divided into the categories "partly rolling" (or part-rolling), "cyclically rolling" (or cyclic-rolling), "optionally rolling" (or opt-rolling), "fully rolling" (or full-rolling) and "truly rolling" (or true-rolling) opposed to pseudo-rolling. The terms "partly rolling" (along with synonyms "semi-rolling" and "half-rolling"), "optionally rolling", "fully rolling" and "truly rolling" are standard terms used by software developers and users.[1][2][3][4][5][6] However, the term "cyclically rolling" is not necessarily a standard term, though the term "cyclic release" is — see Counter-examples: non-rolling releases section. The term "cyclically rolling" (and cyclic-rolling) has been used in this article to differentiate rolling releases based on a "cyclical" (opposed to "rolling") development branch of a non-rolling distribution, since these (along with pseudo-rolling releases) have relevant differences from other types of rolling releases — see Freeze (software engineering) and Further details subsection below. As a partial antonym to "truly rolling" (or true-rolling), the term psuedo-rolling is also used by some users to describe and distinguish distributions such as aptosid, antiX and LMDE, among others, which are based on (usually a development branch of) a non-rolling distribution which is modified to provide the end-user with a user experience approximating that of a true rolling release.

For brevity, "partly rolling"/"partially rolling", "cyclically rolling", "truly rolling", "optionally rolling" and "fully rolling" have been contracted to "part-rolling", "cyclic-rolling", "true-rolling", "opt-rolling" and "full-rolling", respectfully, in some parts of this article. The contraction of these terms is not necessarily standard nomenclature, or a reflection of general use within the software community, and is purely for the purpose of this article.

Rolling release software distributions in general often fall into one or more of the following software development model categories and subcategories:

[edit] Part-rolling distributions

[edit] Cyclic-rolling distributions

  • A cyclically rolling distribution based on a cyclical (usually primary) development branch of a non-rolling release 'parent' distribution; e.g. antiX, LMDE, etc.

[edit] Pseudo-rolling distributions

  • A pseudo rolling distribution based on a cyclical or rolling development branch of a non-rolling release 'parent' distribution; e.g. aptosid, siduction, Semplice, antiX, LMDE, Aurora, Vanillux and Epidemic.

[edit] True-rolling distributions

[edit] Opt-rolling distributions

  • A separate rolling edition of a primarily non-rolling release distribution; e.g. LMDE. [Note: Depending on one's definition, LMDE might or might not qualify as such since it uses a Debian base instead of Linux Mint's Ubuntu base, making them binary incompatible.]
  • A non-rolling release distribution that can be run as a rolling release, usually via a rolling repository; e.g. openSUSE Tumbleweed,
  • A rolling distribution on which is based a non-rolling release edition of the same distribution.
  • A rolling distribution which is designed to be optionally able to run as a non-rolling release distribution.

[edit] Full-rolling distributions

  • A fully rolling distribution based on a rolling (usually secondary) development branch of a non-rolling release 'parent' distribution; e.g. aptosid, siduction and Semplice.
  • A fully rolling distribution based on another full-rolling 'parent' distribution; e.g. Sabayon, Calculate and Funtoo (all based on Gentoo), and Arch Hurd, KahelOS, Manjaro, Parabola, ArchBang and CTKArch (all based on Arch).
  • A fully rolling independent distribution; e.g. Arch, Gentoo, rPath and YOPER.

[edit] Further details

Part-rolling (or semi-rolling or half-rolling) distributions have a subset of software packages that are not rolling. These packages usually form either a non-rolling 'core' (such as the kernel and other major packages) or conversely a non-rolling 'wrapper' (normally custom application software to aid ease of use).

Cyclic-rolling distributions are based on a cyclical development branch of a non-rolling distribution; as a result the general age and stability of the packages does not remain consistent through the development cycle; especially across the end of a cycle, during a release of the non-rolling parent distribution.

In particular, before each release of the parent distribution, its primary development branch is frozen. During this freeze period, no major changes are made to the development branch, and it is at this point that it is at its most stable and bug-free. At the new release of the parent distribution, the old development branch becomes the new stable branch and a fresh development branch is formed, restarting the whole software development cycle. It is at this point that the fresh development branch is now at its most unstable and buggy.

This software development and release cycle can be disruptive for cyclical rolling release software distributions based on primary development branches, due to the freeze period and the subsequent sudden discontinuity in stability and software bugs, as most rolling release distributions try to maintain a steady and consistent user experience. This conflict arises due to the inherent difference between rolling release and non-rolling release software development models, hence making this a challenge for all cyclical rolling release software distributions to overcome.

Opt-rolling distributions either have a separate rolling and non-rolling release edition of the distribution, or can be optionally run as a rolling or a non-rolling release distribution. They are relatively rare, compared to other rolling release distribution models and tend to fall into four main subcategories (see Development models of opt-rolling distributions above).

Full-rolling distributions have pseudo-releases and installation media that are simply a snapshot of the software distribution at the time of the release. There is therefore no need to reinstall the operating system, as is (usually) the case with upgrading between versions of a standard release. Also, a rolling release operating system installed from an old install disc can be fully updated post-installation to the latest system software and application software via the Internet.

All rolling distributions (whether part, pseudo, cyclic, full, etc.) have software contained in the repositories that is more current than that contained on the installation media and usually contains very recent software releases – often the latest stable software releases available.

[edit] Development branches

Other Linux distributions may maintain a development branch in between releases. These development branches (dev-branches) are often labelled with the suffix -current, -unstable, -testing or -snapshot and may resemble a rolling release because software in such a branch is continually updated. However, unlike a rolling release, primary development branches are intended to be the next release, and will be frozen and tested before such a release.

Mandriva Cooker, openSUSE Factory, Fedora Rawhide and Debian Testing (on which LMDE and antiX are based) are examples of primary development branches, and Debian unstable (on which aptosid is based) is an example of a secondary development branch. By their very nature, these development branches tend to be unstable and buggy, with security fixes being slow, incomplete or non-existent; they also tend to lack support and documentation.

For these reasons, some software distributions recommended (either in the software documentation or on the distribution's website) that development branches, developmental milestone releases, pre-alpha software, alpha software, beta software and release candidates should generally not be used as enterprise software in a production environment, in case of data loss, etc.[7][8] A humorous example of such is the Linux distribution Chakra Linux in alpha stage having the installation message “WARNING: This is alpha software, it could eat your hamster!!“[9][10]

Unlike rolling releases, development branches are primarily intended to be used by software developers, software testers and early adopters rather than your average end-usersee Software release life cycle.

[edit] Rolling distributions: examples

The following Linux, BSD and Hurd distributions are all examples of full-rolling releases, except for those that are specifically indicated as partial (which are part-rolling) or cyclical (which are cyclic-rolling). Distributions marked as optional can be run either as rolling or non-rolling releases. Software distributions derived from another distribution (called the parent distribution) are called child distributions.

Those marked as fork, although still related to (shared ancestry), are now only derived from (forked codebase) and no-longer based on (shared codebase) their parent distribution, making them independent distributions. Software forking in software development breaks binary-compatibility of software packages between related software distributions in an analogous manner to speciation in biological evolution preventing cross-breeding between species.

See GNU/Linux Distribution Timeline at Wikimedia for a Linux distribution evolutionary tree; or GNU/Linux Distribution Timeline at Futurist.se for the original source.

Other than Arch Hurd (which uses the GNU Hurd kernel) and the Gentoo/*BSD distributions (which use the BSD kernels), the rest are all Linux distributions (which use the Linux kernel). The following list of rolling distributions is grouped into families of related distributions.

[edit] List of rolling release software distributions

[edit] Rolling distributions: further details

The information contained in this section is sourced either directly from the software distribution's website or from Wikipedia or DistroWatch, except where indicated otherwise by inline citations.

[edit] Arch-related

Arch Hurd, ArchBang, Bridge Linux, Chakra Linux, CTKArch, KahelOS, Manjaro Linux and Parabola GNU/Linux (among others) are all rolling release binary-based Linux distributions related to, derived from, or based on, the independent rolling release binary-based Linux distribution Arch Linux.

See List of Linux distributions#Pacman-based for a list of Linux distributions using Arch Linux's Pacman package manager.
See Arch Based Distributions (Active) on the Arch Linux Wiki for a list of currently active Arch-based distributions.

[edit] Debian-based

Aptosid is a rolling release Deb binary-based Linux distribution based on Debian unstable, Debian's unstable development branch (Sid). Linux Mint Debian Edition (LMDE) and antiX are cyclical rolling release Deb binary-based Linux distributions based on Debian testing. Debian testing is a cyclical development branch and before each release of Debian stable, Debian testing is frozen (and thus not rolling) affecting rolling distributions based on it — like LMDE and antiX.

Such distributions are therefore described on this page as cyclically rolling releases (or cyclic-rolling for short) to distinguish them from other forms of rolling releases, and are not classed as fully rolling releases (or full-rolling for short). For more information, see Development models section above. Also, please note that Debian here refers specifically to Debian GNU/Linux (which uses the Linux kernel) and not Debian GNU/kFreeBSD (which uses the FreeBSD kernel) nor Debian GNU/Hurd (which uses the GNU Hurd kernel).

  • aptosid (previously known as sidux) is a rolling release Linux distribution based on Debian unstable, Debian's unstable development branch (Sid), and using KDE Plasma Desktop as the primary desktop with Xfce and Fluxbox 'spins' (or 'flavors') also available. Besides Debian's unstable repositories, aptosid uses its own package repositories and tools to help avoid potential breakage, otherwise more common when using Debian unstable.
  • LMDE is rolling and Debian-based, unlike Linux Mint's main editions which are non-rolling and Ubuntu-based. Linux Mint's Ubuntu-based edition has GNOME as the primary desktop and alternative spins for the KDE Plasma Desktop, Fluxbox and LXDE desktops. As of August 2011, LMDE is only available with the GNOME or Xfce desktop, with the GNOME version referred to as "LMDE" or "Linux Mint Debain Edition" and the Xfce version referred to as "Linux Mint Xfce". However, as with most distros, alternative desktops can be installed.
It was announced[33] on 11th July 2011 that, like the Xfce spin, future KDE spins of Linux Mint (from version 11 onwards) might switch to being rolling and LMDE-based: “...a discussion is ongoing about the possibility of switching the KDE edition to LMDE. ...Depending on this discussion, we could see a Linux Mint KDE 11 RC release this month, or an LMDE-based rolling Linux Mint KDE RC some time in August.”. A further post[34] on 6th August 2011 read “The decision was taken to migrate our KDE and Fluxbox editions to LMDE. Going forward our project will support 2 desktops with a frozen Ubuntu base (Gnome and LXDE) and 4 desktops on top of a rolling Debian base (Gnome, KDE, Xfce and Fluxbox).”. However, this decision was reversed and the Linux Mint 12 KDE release was non-rolling and Kubuntu-based, with no rolling LMDE-based KDE version released. As of December 2011 the future base of the KDE edition of Linux Mint remains uncertain.[35]

Note: There are currently ongoing (as of September 2011) discussions[36][37][38][39] among Debian developers (on Debian developer mailing list) regarding a proposal of developing a rolling release edition of Debian called DebianCUT (DebianCUT unofficial website) — where "CUT" stands for "Constantly Usable Testing". This has been suggested to be either a new edition of Debian or to replace (or be a modified or re-branded version of) Debian testing.

See List of Linux distributions#Debian-based for a list of Debian-based Linux distributions.

[edit] Fedora-based

Fedora is an independent fixed release community developed RPM binary-based Linux distribution sponsored by Red Hat and used as the base for Red Hat Linux

See List of Linux distributions#Fedora-based for a list of Fedora-based Linux distributions.

[edit] Gentoo-based

See List of Linux distributions#Gentoo-based for a list of Gentoo-based Linux distributions.

[edit] Mandriva-related

PCLinuxOS and Unity Linux are rolling release RPM binary-based LiveCD Linux distributions related to, derived from, or based on, the independent non-rolling binary-based Linux distribution Mandriva Linux. Mandriva Linux is developed by Mandriva and was originally forked from Red Hat Linux. Both Mandriva Linux and Red Hat Linux use the RPM binary package format which was originally developed by Red Hat.

See List of Linux distributions#Mandriva Linux-based for a list of Mandriva-based Linux distributions.

[edit] rPath-based

[edit] Sorcerer-related

Source Mage and Lunar Linux are derived from (i.e. forks of) the independent Linux distribution Sorcerer Linux. Like Sorcerer, they are 'self-build' source-based (opposed to binary-based) Linux distributions that put an emphasis on compiling software packages from source-code, using a software compiler, rather than installing pre-compiled binary software packages.

Note: Gentoo Linux, the Gentoo/*BSDs, Funtoo, Calculate Linux, Toorox Linux, and most other Gentoo-based distributions, are also source-based (rather than binary-based) — with Sabayon Linux (which is binary-based) being an obvious exception. However, all the other distributions referred to in this article are binary-based (rather than source-based) distributions, as are most Linux distributions and software distributions in general.

[edit] SUSE-based

openSUSE is an independent RPM binary-based LiveCD Linux distribution. It is open source and community developed, produced by the openSUSE Project which is sponsored by SUSE. SUSE was formally part of Novell, both of which were acquired by Attachmate. Novell and SUSE were split and are now subsidiaries of The Attachmate Group. openSUSE is used as an open source development platform for SUSE Linux Enterprise Desktop (SLED) in a similar way that Fedora is for Red Hat Enterprise Linux (RHEL).

Note: By default openSUSE is not a rolling release distribution since it has stable fixed releases and developmental "milestone" releases, as well as a development branch and testing repository called 'Factory'. However, it becomes a rolling release distribution when pointed at the rolling openSUSE Tumbleweed repository instead of the default repository.[41]

See SUSE Linux distributions for a list of SUSE-based Linux distributions.

[edit] Other: independent

YOPER is an independent RPM v5 binary-based Linux distribution – available with the KDE (version 4 or 3), Xfce or LXDE desktops – which aims to be the "fastest out of the box distribution". It uses hardware recognition tools from Knoppix. YOPER and Unity Linux both use the RPM v5 fork of the RPM package format and are collaborating on a package maintenance software project called ubuild.

[edit] Counter-examples: non-rolling releases

The most common form of non-rolling release (or standard release) software is fixed release software, where (unlike a continual rolling release) the release is discrete and occurs at a fixed point in time. A minor software release in-between software versions is called a point release. Some software projects adopt a date-based (aka timed release)[42] release policy, where software is released on a specific predetermined date, opposed to others which utilize a state-based (aka release when ready)[43] release policy, where software is released once deemed by the development team to be in a release-ready state.

An example of these differing release policies are Ubuntu (which uses a date-based release policy)[42] and its derivative Linux Mint (which uses a state-based release policy).[43] Software distributions that use a date-based release policy will often have a countdown clock on their website, in the month leading up to a release, counting down the days to the launch-date. However, some distributions may instead choose to opt for a release policy somewhere between date-based and state-based, in an attempt to gain some of the benefits of both approaches.

The term cyclic release is sometimes used to describe software where the software project uses a cyclic software development process. Likewise, the term periodic release is sometimes used to describe software that is released at regular time intervals. Like rolling release, the terms fixed release, point release, cyclic release and periodic release do not apply solely to operating systems and software distributions. They can apply to any piece or collection of software; for example application software might adopt either a rolling release or fixed release software development model.

Examples of popular non-rolling release operating systems and software distributions include Microsoft Windows, Mac OS X, most BSDs and most Linux distributions. The following short list of such software includes only a very small selection of non-rolling releases and is mainly ordered by kernel type.

[edit] List of non-rolling release operating systems and software distributions

Key: = Discontinued; P = Pre-release; O = Opt-rolling (non-rolling by default).

Note: Unlike the list of rolling release software distributions (see above), this list does not aim to be comprehensive, due to the huge number of standard (i.e. non-rolling) release software distributions and operating systems, and the main focus of this article being on rolling releases.

The XNU and Hurd kernels are based on the Mach microkernel. The GNU Project's GNU Hurd kernel is based on their GNU Mach implementation of the Mach microkernel.

Solaris/Illumos distributions – as well as Mac OS, Darwin OS, IBM AIX, HP-UX and Tru64 UNIX – are all members of the Unix family of operating systems; while Linuxes, BSDs and Hurds, along with iOS, QNX and MINIX, are all examples of Unix-like operating systems.

See Unix History Tree diagram for an evolutionary tree of Unix and Unix-like operating systems.

See Comparison of operating systems for more information.

[edit] Comparison of rolling and non-rolling releases

Most operating systems and software distributions use a non-rolling release (or standard release) model rather than a rolling release model.[44] They have significant changes between version numbers, requiring a complete operating system reinstall, or at least a major upgrade.

[edit] Advantages and disadvantages: software development

In terms of the software development process, standard releases require significant development effort being spent on keeping old versions up to date due to propagating bug fixes back to the newest branch, as opposed to focusing more on the newest development branch. Also, unlike rolling releases, standard releases require more than one code branch to be developed and maintained, which increases the software development and software maintenance workload of the software developers and software maintainers.

On the other hand, software features and technology planning are easier in standard releases due to a better understanding of upcoming features in the next version(s) rather than simply the whim of the developers at any given time. Software release cycles can also be synchronized with those of major upstream software projects, such as desktop environments. Hence, there are pros and cons to both standard release and rolling release software development methodologies.[44]

[edit] Advantages and disadvantages: end-user experience

As far as the end-user experience, standard releases are often viewed as more stable and bug-free since software conflicts can be more easily addressed and the software stack more thoroughly tested and evaluated, during the software development cycle.[44][45] For this reason, they tend to be the preferred choice in enterprise environments such as computer workstations, IT consulting, system administration, and mission-critical tasks such as data management and servers.[44]

However, rolling releases offer more current software which can also provide increased stability and fewer software bugs along with the additional benefits of new features, greater functionality, faster running speeds, and improved system and application security, among others. With the last of these, software security, the rolling release model can have advantages in timely security updates, fixing system or application security bugs and vulnerabilities, that standard releases may have to wait till the next release for. Though, in a rolling release distribution, where the user has chosen to run it as a highly dynamic system, the constant flux of software packages can introduce new unintended software vulnerabilities.[44]

[edit] Popularity and adoption

This subsection is focused on the popularity and adoption of rolling distributions. For a more general look at the popularity and adoption of Linux distributions, please see Linux adoption.

[edit] Popularity

The ability to install, customize and configure only once, yet still continue to run the very 'latest and greatest' application software on a cutting-edge or bleeding-edge operating system, gives rolling release distributions a highly devoted following in the free and open source software community, which, though still a small minority, seems to be growing.[36][46][47][48][49][50]

Indeed, in the rolling release user community, a rolling development model is often viewed as a 'must-have' feature when choosing and moving between software distributions (commonly referred to as distro hopping). In some cases, ardent fans of rolling distributions may become converts, opting solely to use rolling distributions, in a similar manner to 'Linux converts' with Linux adoption.

[edit] Adoption

Although there are no official figures on adoption of rolling release software distributions, the popular website DistroWatch keeps page-hit statistics for its various distribution pages, including distributions which are rolling releases and those which have rolling release versions. This gives a very rough indication of the overall popularity landscape of software distributions and is used by some as an unofficial measure of popularity and use of various software distributions.

There are also no official figures for the total number of Linux systems,[51][52] partly due to the difficulty of quantifying the number of PCs running Linux (see Desktop Linux#Measuring adoption), since many users download Linux distributions. Hence, the sales figures for Linux systems and commercial Linux distributions indicate a much lower number of Linux systems and level of Linux adoption than is the case; this is mainly due to Linux being free and open source software that can be downloaded free of charge.[51][53]

However, the website The Linux Counter Project (LiCo), with a new website here, keeps a guesstimate of the number of Linux systems, but does not distinguish between rolling release and standard release distributions. The DistroWatch and Linux Counter figures, taken together, could in theory be used to arrive at a very rough guesstimate of the popularity and adoption of rolling distributions.

In September 2008 Microsoft CEO Steve Ballmer claimed 60% of servers run Linux.[54] Linux is by far the most popular operating system among supercomputers, due to its superior performance, flexibility, speed and lower costs. In November 2008 Linux held an 87.8 percent share of the world's top 500 supercomputers.[55][56][57][58][59]

As of June 2010 the operating systems used on the world's top 500 supercomputers were:[57]

OS Share
Linux 91.0%
Unix 4.4%
Hybrid Unix/Linux 3.4%
Windows HPC 1.0%
BSD 0.2%

These figures indicate Linux dominates the supercomputer sector with a market-share of over 90% and climbing, and that Linux constitutes well over half of the server market. However, it is unclear what proportion of these run rolling release Linux distributions. Most BSD systems are non-rolling since the only significant rolling release BSDs are the Gentoo/*BSD variants, which have nowhere near the popularity of major BSD distributions such as FreeBSD; likewise, as GNU Hurd is still experimental, Hurd distributions (rolling and non-rolling) have minimal market-share. BSD and Hurd adoption thus currently has negligible impact on the overall adoption of rolling distributions, since most rolling distributions are Linux distributions and Linux adoption currently dwarfs that of BSD and Hurd in the PC, mobile, enterprise, server and HPC markets.

With major software distributions (such as Google Chrome OS, openSUSE Tumbleweed, Linux Mint LMDE, Fuduntu, Chakra Linux, and the possibility of DebianCUT) opting for a rolling release software development model, the number and popularity of rolling distributions would appear – and has been asserted by some, particularly in the rolling community – to be on the rise.[36][46][47][48][49][50] However, whether this is truly part of a bigger long-term software development and use trend (either toward favoring rolling releases over standard releases, or toward giving the user the option to use software in either manner) remains to be seen.

Also, if one accounts for the early 21st century explosion in mobile computing with Android, iOS and other mobile devices, although the absolute number of rolling release installs may have increased, the relative number may not have. Whether the latter will may depend partly on the future of the Android (non-rolling) and Google Chrome OS (rolling) operating systems — specifically, if Google merges the two, whether the resulting operating system will be a rolling release or not.

[edit] Common myths, misconceptions

There are many myths and misconceptions regarding Linux and software distributions in general;[60] this section focuses on the most common of those that regard rolling distributions.

  • Some rolling distributions take snapshots of the distribution at regular time intervals and use "version" numbers to label these. During a snapshot point, a rolling distribution may try to minimize the number of software bugs. The snapshots are normally then made available for download form the web to be used by users as install media. These are quite different from release versions used in non-rolling distributions as they are not releases per se (though they are sometimes referred to as such) but snapshots. As a result, this can confuse new users as to whether a distribution is a rolling release, due to the use of "version" numbers, which are often associated with non-rolling releases.
  • The distinction between rolling release software distributions and development branches of standard release software distributions is often overlooked by users inexperienced with rolling distributions. This can lead to confused comments, such as: "distro-X is a rolling distribution if you use its development branch" — where distro-X is a standard release distribution. Even in rare cases where the development branch is a rolling (opposed to the more common cyclical) development branch, this does not make the distribution rolling. Unlike standard release distributions, rolling release distributions do not have development branches.
  • Some non-rolling release (aka standard release) application software, operating systems and software distributions are capable of rolling upgrades (treating the upgrade as if it were a major software update), without the need for a full reinstall of the software to overwrite the old version with the new one. Such software is sometimes confused with rolling release software, where, in fact, it is usually standard release software with rolling upgrades. Distributions with this capability tend to warn against or discourage new users from using rolling upgrades (instead recommending a fresh install) as they can break the operating system, especially at the hands of inexperienced users.[61] There are many significant differences between rolling release and standard release software, with not needing to be reinstalled being only one of these. Hence, it is a necessary condition but not a sufficient condition of rolling release software.
  • A common misconception about rolling release distributions is that users are forced to accept rolling software updates, even if they do not wish to. This is not the case. Because a rolling system can be cutting-edge or bleeding-edge, does not mean users are forced to run such a system. The choice of which rolling updates to accept is fully under user control, and users can choose to run a more 'conservative' system set-up if they so wish. Also, more than one version of a given software package is often available in the software repository, giving users the freedom to choose which to run.
  • A warning often made regarding rolling distributions is that they are not for newbies (new users). Though this may generally be true for most newbies and most rolling distributions (particularly when it comes to the likes of Gentoo Linux, Funtoo, Source Mage, Lunar Linux and Arch Linux) it is a sweeping generalization to apply it to all rolling distributions and all newbies. For example, PCLinuxOS, Sabayon Linux, Linux Mint (LMDE) and Google Chrome OS are specifically intended to be 'newbie friendly'.[62][63][64] Not aimed at newbies per se, Fuduntu, Chakra Linux and Toorox do intend to be more 'user friendly' than the distributions they are based on or derived from. Also, users new to Linux but with a keen interest in computer software (e.g. IT enthusiasts, programmers or computer science students) might primarily wish to understand how a Linux system is built, works and is put together, for which Arch Linux, Gentoo Linux or Linux From Scratch might be likely recommendations. Although it may be argued that non-rolling distributions make better starting distributions for average new users, it is worth noting that unlike most software distributions rolling distributions do not force the user to reinstall in order to run current software. For newbies that are inexperienced with re-installs and lack an experienced user to turn to, a 'newbie friendly' rolling distribution might be viewed by some as worth considering.
  • Another common assertion is that, by their very nature, rolling distributions in general are inherently unstable. Rolling distributions are often highly customizable, especially 'self-build' ones, which can give the user more control over stability (and other attributes) than many standard release distributions. Also, although rolling distributions generally have the latest stable software packages available in their software repository, the freshness of the packages in the repositories can vary from distribution to distribution, and need not be bleeding-edge in all cases. Also, as mentioned previously, more than one version of a given software package is often available in the software repository, giving the user the freedom to choose which to run.

Regarding this last misconception, it is not a necessary condition for a rolling distribution to be bleeding-edge, and there are many bleeding-edge standard release distributions for which stability is just as big an issue. Hence – though it is sometimes claimed by critics of rolling releases – rolling release distributions in general need not be inherently unstable, compared to standard release distributions. Rather, any apparent instability is more likely to be to do with the developer- and user-base in general opting for a more cutting-edge and bleeding-edge approach to software development and use. Thus, it is more a reflection of the culture and attitude in the 'rolling' community, than it is a flaw or failure in the rolling release software development model. However, most rolling distributions tend to include cutting-edge and bleeding-edge software in their software repositories so the user has the choice whether or not to use such.

[edit] Focus of effort

It is common to occasionally take snapshots of the rolling release, which can be refined and "frozen" and only maintained for software security. This is often impractical since it requires duplication of effort. Typically, defects and characteristics of a particular software release are not specifically addressed in a separate/isolated effort (e.g. as patches); instead, they are addressed in the main software development effort.

[edit] See also

See Wikipedia:Books and Category:Wikipedia books for more Wikipedia-Books.
See Wikibooks.org and WIKIBOOKS for Wikibooks.

[edit] References

  1. ^ The Chakra Project. "half-rolling development model". chakra-project-org. http://chakra-project.org/wiki/index.php/Chakra#Half-Rolling_Release_Model. 
  2. ^ The Chakra Project. "The Chakra Project Wiki: FAQs". chakra-project-org. http://chakra-project.org/wiki/index.php/Frequently_Asked_Questions. 
  3. ^ "Fedora Release Life-cycle Proposals". fedoraproject.org. https://fedoraproject.org/wiki/Release_Lifecycle_Proposals. 
  4. ^ "Fedora Development Mailing List". fedoraproject.org. https://lists.fedoraproject.org/pipermail/devel/2010-March/132434.html. 
  5. ^ Rev. "Linux Certification – Preparation". walkingwithzen.com. http://www.walkingwithzen.com/2009_09_01_archive.html. 
  6. ^ "Why openSUSE". opensuse.org. http://en.opensuse.org/openSUSE:Why_openSUSE. 
  7. ^ "Debian: Releases". debian.org. http://www.debian.org/releases. 
  8. ^ "Debian: Releases: Sid". debian.org. http://www.debian.org/releases/sid. 
  9. ^ "Chakra GNU/Linux Review". LinuxBSDos. 2011-04-30. http://www.linuxbsdos.com/2011/04/30/chakra-gnulinux-review. Retrieved 2011-09-30. 
  10. ^ Dan Lynch (2009-05-30). "Chakra GNU/Linux Review". danlynch.org. http://danlynch.org/blog/2009/05/chakra. Retrieved 2011-09-30. 
  11. ^ Official Arch Hurd About Page, archhurd.org, http://www.archhurd.org/about.php, retrieved 2011-01-18 
  12. ^ Official aptosid Manual, manual.aptosid.com, http://manual.aptosid.com/en/sys-admin-release-en.htm, retrieved 2011-01-18 
  13. ^ Barnaby (23 December 2011). "All Things Linux: Semplice Linux". all-things-linux.blogspot.com. http://all-things-linux.blogspot.com/2011/12/semplice-linux-exercise-in-simplicity.html. Retrieved January 23, 2012. 
  14. ^ Official Linux Mint Debian Edition Download Page, linuxmint.com, http://www.linuxmint.com/download_lmde.php, retrieved 2011-01-18 
  15. ^ Guitaraholic (June 18, 2011). "The Aurora Team Blog: What the future holds". blog.auroraos.org. http://blog.auroraos.org/general/what-the-future-holds. Retrieved January 23, 2012. 
  16. ^ Official antiX Wiki, antix.mepis.org, http://antix.mepis.org/index.php?title=Main_Page#News, retrieved 2011-01-18 
  17. ^ Andrew (2011-09-16). "Fuduntu becomes rolling release". webupd8.org. http://www.webupd8.org/2011/09/fuduntu-becomes-rolling-release.html. Retrieved 2011-09-30. 
  18. ^ "DistroWatch Weekly: Q&A - Fuduntu Interview". distrowatch.com. http://distrowatch.com/weekly.php?issue=20111010#qa. Retrieved 16 October 2011. 
  19. ^ Chema Martín. "The Linux Experience: Fuduntu Interview". cristalinux.blogspot.com. http://cristalinux.blogspot.com/2010/12/fuduntu-147-review.html. Retrieved 16 October 2011. 
  20. ^ Official Gentoo Handbook, gentoo.org, 2008-04-22, http://www.gentoo.org/proj/en/gdp/doc/handbook-release.xml, retrieved 2011-01-18 
  21. ^ L'autre, About Calculate Linux, calculate-linux.org, http://www.calculate-linux.ru/main/en/about, retrieved 2011-02-06 
  22. ^ Sabayon Wiki (2012-01-13), Sabayon Linux - Sabayon Wiki, wiki.sabayon.org, https://wiki.sabayon.org/index.php?title=En:Sabayon_Linux, retrieved 2012-01-23 
  23. ^ Sabayon Wiki (2012-01-07), FAQ - Sabayon Wiki, wiki.sabayon.org, https://wiki.sabayon.org/index.php?title=FAQ, retrieved 2012-01-23 
  24. ^ "Chromium OS Developers Guide". google.com. https://sites.google.com/a/chromium.org/dev/chromium-os/developer-guide. Retrieved May 22, 2011. 
  25. ^ Official Unity Linux Documentation, docs.unity-linux.org, http://docs.unity-linux.org/Unity_Versions#Rolling_Release, retrieved 2011-01-18 
  26. ^ "Official Foresight Linux About Page". foresightlinux.org. http://www.foresightlinux.org/about/. Retrieved 2011-01-18. 
  27. ^ "Sorcerer Admin Mailing-List". berlios.de. https://lists.berlios.de/pipermail/sorcerer-admins/2010/001503.html. Retrieved 13 October 2011. 
  28. ^ Linux Planet (2011-03-10), Newest openSUSE Linux Offers Rolling Releases, linuxplanet.com, http://www.linuxplanet.com/linuxplanet/news/7316/1, retrieved 2011-05-23 
  29. ^ The Chakra Project, The Chakra Project - About Chakra, chakra-project.org, http://chakra-project.org/about.html, retrieved 2011-08-24 
  30. ^ The Chakra Project, The Chakra Project - Bundles, chakra-project.org, http://chakra-project.org/bundles.html, retrieved 2011-08-24 
  31. ^ DistroWatch, DistroWatch.com: Chakra GNU/Linux, distrowatch.com, http://distrowatch.com/table.php?distribution=chakra, retrieved 2011-09-01 
  32. ^ "Arch Linux Wiki: Manjaro Linux". wiki.archlinux.org. 30 January 2012. https://wiki.archlinux.org/index.php/Arch_Based_Distributions_%28Active%29#Manjaro_Linux. Retrieved January 31, 2012. 
  33. ^ Clement Lefebvre (2011-07-11). "Linux Mint Blog: Upcoming releases". blog.linuxmint.com. http://blog.linuxmint.com/?p=1791. Retrieved 2011-08-24. 
  34. ^ Clement Lefebvre (August 6, 2011). "Linux Mint Blog: Monthly Stats – July 2011". blog.linuxmint.com. http://blog.linuxmint.com/?p=1799. Retrieved January 23, 2012. 
  35. ^ Clement Lefebvre (December 6, 2011). "Linux Mint Blog: Monthly Stats – November 2011". blog.linuxmint.com. http://blog.linuxmint.com/?p=1908. Retrieved January 23, 2012. 
  36. ^ a b c Lucas Nussbaum (2011-04-02). "Debian rolling discussion on -devel@". lucas-nussbaum.net. http://www.lucas-nussbaum.net/blog/?p=659. Retrieved 2011-09-06. 
  37. ^ Raphaël Hertzog. "A constantly usable testing distribution for Debian". lwn.net. https://lwn.net/Articles/406301. 
  38. ^ Adnan Hodzic (2011-03-17). "DebianCUT, a new rolling release?". omgubuntu.co.uk. http://www.omgubuntu.co.uk/2011/03/debian-cut-a-new-rolling-release. Retrieved 2011-09-07. 
  39. ^ Susan Linton (2011-04-03). "Debian may begin rolling release branch". ostatic.com. http://ostatic.com/blog/debian-may-begin-rolling-release-branch. Retrieved 1 October 2011. 
  40. ^ DistroWatch, DistroWatch.com: PCLinuxOS, distrowatch.com, http://distrowatch.com/table.php?distribution=pclinuxos, retrieved 2011-09-01 
  41. ^ openSUSE Project (2011-08-26). "openSUSE Tumbleweed Portal". opensuse.org. http://en.opensuse.org/Portal:Tumbleweed. Retrieved 2011-09-01. 
  42. ^ a b Daniel Bo.. "The Big Picture: Timed Release Failures". blog.ibeentoubuntu.com. http://blog.ibeentoubuntu.com/2009/04/big-picture-timed-release-failures.html. Retrieved January 26, 2012. 
  43. ^ a b Clement Lefebvre (November 4, 2011). "Linux Mint 12 Preview". blog.linuxmint.com. http://blog.linuxmint.com/?p=1851. Retrieved January 26, 2012. 
  44. ^ a b c d e Chad Perrin (210-08-02), Point-release vs rolling-release: developer, user and security considerations, techrepublic.com, http://www.techrepublic.com/blog/security/point-release-vs-rolling-release-developer-user-and-security-considerations/4150, retrieved 2011-09-06 
  45. ^ K.Mandla (2007-03-09). "The pros and cons of a rolling release". kmandla.wordpress.com. http://kmandla.wordpress.com/2007/03/09/the-pros-and-cons-of-a-rolling-release/. Retrieved January 26, 2012. 
  46. ^ a b "DistroWatch: Page-Hit Statistics". distrowatch.com. http://distrowatch.com/stats.php?section=popularity. Retrieved 2011-09-30. 
  47. ^ a b "2007 Ubuntu Poll: Should Ubuntu move to a rolling release cycle?". ubuntuforums.org. http://ubuntuforums.org/showthread.php?t=529858. Retrieved 2011-09-30. 
  48. ^ a b "2009 Ubuntu Poll: Would you prefer Ubuntu have a version that was a rolling release model?". ubuntuforums.org. http://ubuntuforums.org/showthread.php?t=1076023&page=3. Retrieved 2011-09-30. 
  49. ^ a b "2008 openSUSE Poll: What release style would you like best?". opensuse.org. 2008-12-20. http://forums.opensuse.org/english/other-forums/community-fun/surveys-polls/402364-release-style-preferences-wth-poll.html. Retrieved 2011-10-01. 
  50. ^ a b Joss (aka np237) (2011-05-03). "Rolling Release". livejournal.com. http://np237.livejournal.com/31868.html. Retrieved 2011-10-01. 
  51. ^ a b Prashanth Venkataram (2010-09-10). "Counter-Debunking the 1% myth". dasublogbyprashanth.blogspot.com. http://dasublogbyprashanth.blogspot.com/2010/09/counter-debunking-1-myth.html. Retrieved 1 October 2011. 
  52. ^ Schestowitz, Roy (July 2007). "Can Linux Adoption Ever be Accurately Gauged?". http://itmanagement.earthweb.com/osrc/article.php/12068_3687616_1. Retrieved 2008-05-23. 
  53. ^ Caitlyn Martin (2010-09-07). "Debunking the 1% myth". oreilly.com. http://broadcast.oreilly.com/2010/09/debunking-the-1-myth.html. Retrieved 1 October 2011. 
  54. ^ Niccolai, James (September 2008). "Ballmer Still Searching for an Answer to Google". http://www.pcworld.com/businesscenter/article/151568/ballmer_still_searching_for_an_answer_to_google.html. Retrieved 2009-06-04. 
  55. ^ Operating system Family share for 11/2009 | TOP500 Supercomputing Sites
  56. ^ http://en.wikipedia.org/wiki/Image:Top500_OS.png
  57. ^ a b Vaughn-Nichols, Steven J. (June 2009). "Linux: It doesn't get any faster". http://blogs.computerworld.com/linux_it_doesnt_get_any_faster. Retrieved 2009-06-24. 
  58. ^ Practical Technology (June 2009). "Linux Computer Smashes Petaflop Supercomputer Barrier". http://practical-tech.com/infrastructure/linux-computer-smashes-petaflop-supercomputer-barrier/. Retrieved 2009-10-15. 
  59. ^ Strothman, Jim (September 2003). "Linux elbows into super-computer turf". http://www.isa.org/InTechTemplate.cfm?Section=InTech&template=/ContentManagement/ContentDisplay.cfm&ContentID=29241. Retrieved 2009-10-15. 
  60. ^ J.A. Watson (23 October 2009). "ZDNet: Debunking Some Linux Myths". zdnet.co.uk. http://www.zdnet.co.uk/blogs/jamies-mostly-linux-stuff-10006480/debunking-some-linux-myths-10014283/. Retrieved 9 October 2011. 
  61. ^ Rob (aka "Robster") (2004-03-10). "Apt-get dist-upgrade can seriously damage your health". lwn.net. http://lwn.net/Articles/75230. Retrieved 1 October 2011. 
  62. ^ "DistroWatch: Sabayon Linux". distrowatch.com. http://distrowatch.com/table.php?distribution=sabayon. Retrieved 9 October 2011. 
  63. ^ "DistroWatch: PCLinuxOS". distrowatch.com. http://distrowatch.com/table.php?distribution=pclinuxos. Retrieved 9 October 2011. 
  64. ^ "DistroWatch: Linux Mint". distrowatch.com. http://distrowatch.com/table.php?distribution=mint. Retrieved 9 October 2011. 

[edit] External links

Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages