Rolling distribution

From HandWiki

Software distributions, of which Linux distributions form a sizable 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, when 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; for this, the philosophy of developers must be to work with one code branch, versus discrete versions.

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 release distribution based on the rolling release distribution Arch Linux. Similarly, most of the software contained in a rolling distribution's software stack is usually standard release.

Types of rolling releases

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

Full-rolling distributions (opposed to part-rolling distributions)

They do not divide the distribution into a rolling and non-rolling part. They apply the rolling release software development model to the entirety of the software stack.

True-rolling distributions (as opposed to pseudo-rolling distributions)

They are developed solely using a rolling release software development model.

Part-rolling, semi-rolling, or half-rolling distributions

They 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).

  • Partly rolling distribution with a more stable non-rolling fixed core. Examples are PCLinuxOS, Chakra Linux, Aurora OS,[3] and FreeBSD.
  • Partly rolling distribution with a non-rolling fixed wrapper around a rolling core. An example is Toorox Linux.
  • Partly rolling distribution which mixes rolling and non-rolling development models. Examples are PCLinuxOS, Chakra Linux, Aurora OS and Toorox Linux, but also (to a much lesser extent) distributions like Fedora and Ubuntu which allow rolling upgrades between releases (instead of re-installing) and try to supply the latest stable application releases — however, Fedora and Ubuntu are not currently listed as rolling distributions in this article, since (although they are both capable of rolling software upgrades) they do not use a rolling release software development model.

The terms partially rolling and partly rolling (along with synonyms semi-rolling and half-rolling), fully rolling, truly rolling and optionally rolling are all standard terms used by software developers and users.[4][5][6][7][8][9] However, the term cyclically rolling is not necessarily a standard term, though the term cyclic release is — see Types of non-rolling releases.

Opt-rolling distributions

They 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. Generally, they are either rolling or non-rolling by default. Optionally rolling distributions are relatively rare, compared to other rolling release distribution models.

  • Non-rolling release distribution that can be run as a rolling release, usually via a rolling repository. Example are openSUSE and Debian with whose compatible derivatives using the Tumbleweed and sid / testing rolling repositories.
  • Rolling distribution on which is based a non-rolling release edition of the same distribution.
  • Rolling distribution which is designed to be optionally able to run as a non-rolling release distribution.

Cyclic-rolling distributions

They 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.

The term cyclically rolling (and cyclic-rolling) has been used in this article to differentiate rolling releases based on a cyclical (versus 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 Types of rolling releases subsection below.

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.

Pseudo-rolling distributions

They attempt to stabilize a development branch of a non-rolling distribution via software patches to obtain a distribution with features similar to those of a true rolling release.

As a pseudo-opposite to truly rolling (or true-rolling), the term pseudo-rolling is used by some users to describe and distinguish distributions such as aptosid, Aurora OS, 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.

Conclusion

All rolling distributions (whether part-, full-, pseudo-, true-, cyclic-, 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. They 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.

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 antiX is 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 (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.[11][12] 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!!"[13][14]

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

Examples of rolling distributions

The following Linux, BSD and GNU 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. 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.

Rolling distributions

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.

Alpine-related

Alpine Linux began as a fork of the LEAF Project which was not a rolling release. In addition to point releases, users may update the system as individual packages become available.

  • Alpine Linux is a lightweight binary distribution with packaging tools similar to those of Arch. However, it has different policies for how its packages are compiled. Most notably the use of a smaller C library than glibc and the use of kernel features PaX and grsecurity by default.

Arch-related

Antergos, ArchBSD/PacBSD,[15] Arch Hurd,[16] ArchBang, Bridge Linux, Chakra Linux, CTKArch, Manjaro Linux, Nosonja Linux[17] and Parabola GNU/Linux-libre (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.

  • Arch Linux is an independent community developed Linux distribution that adheres to the KISS principle and aims to use only 'vanilla software' packages (i.e. plain/non-customized), minimizing the number of software patches and giving a 'simpler' operating system. It uses the Pacman and is a 'self-build' distribution.
  • Antergos is a "modern, elegant and powerful operating system based on Arch Linux. It started life under the name of Cinnarch, combining the Cinnamon desktop with the Arch Linux distribution, but the project has moved on from its original goals and now offers a choice of several desktops, including GNOME 3 (default), Cinnamon, Razor-qt and Xfce. Antergos also provides its own graphical installation program."[18] Antergos adheres to the Arch Linux KISS principle.
  • Arch Hurd is a lightweight Hurd distribution with a stylized Openbox desktop and the experimental GNU Hurd kernel. Therefore, although based on Arch Linux, it is not a Linux distribution as it does not use the Linux kernel.
  • ArchBang is a lightweight Linux distribution with a minimalist Openbox desktop. Its name was inspired from CrunchBang Linux (or #!), a lightweight Debian-based Linux distribution which also uses a minimalist Openbox desktop.
  • Chakra GNU/Linux is a part-rolling live CD Linux distribution, that emerged from a modular modified KDE Plasma Desktop for Arch Linux called KDEmod. KDEmod has now been merged into 'The Chakra Project' as part of Chakra Linux and is no-longer available for Arch Linux. Like Arch Linux, Chakra Linux adheres to the KISS principle. It focuses exclusively on the KDE desktop, describing itself as "GTK free by default",[19] but has a 'bundles system'[20] that allows some popular GTK-based applications to be run inside their own self-contained filesystem. Originally a fork of Arch Linux, Chakra GNU/Linux is now independent of it — thus making it still Arch-related (due to shared ancestry), but now Arch-derived (i.e. forked from Arch's codebase), rather than Arch-based (i.e. following Arch's codebase).[21]
  • CTKArch is a lightweight Linux distribution with a stylized Openbox desktop and support for the new Linux Btrfs filesystem.
  • Manjaro Linux is a user friendly distribution based on the Xfce desktop environment. It comes with a custom installer and additional scripts to install a pre-configured and out of the box working system which is fully compatible with Arch Linux.[22]
  • Nosonja Linux is described as a beginner-friendly, desktop computer orientated, rolling-release Linux distribution based on Arch Linux. It uses Xfce as the default desktop environment. It uses custom repository from which all essential parts of system are configured so all user have to do is press update icon when updates are available.[23]
  • Parabola GNU/Linux-libre is a 'self-build' Libre Linux distribution endorsed by the Free Software Foundation (FSF) as being fully 100% free software. Whereas freeware is free as in free of charge, free software (or libre software; see Alternative terms for free software) is free as in freedom. This distinction in relation to software is often described as the free beer vs free speech distinction. Most of the software distributions listed in this article are open source software and freeware, but not fully 100% free software, as defined by the FSF. However, they are all based on software which is, such as the GNU operating system (see GNU project) with the Linux, GNU Hurd or BSD kernels and X Window System.

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.

Debian-related

Aptosid,[24] siduction and Semplice are rolling-release Deb binary-based Linux distributions based on Debian unstable, Debian's unstable development branch (Sid) is cyclical rolling release Deb binary-based Linux distributions based on Debian testing. Debian testing is a cyclical development branch and is thus frozen before each release of Debian stable. During this time, Debian testing is no longer rolling, which affects rolling distributions based on it — like 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, the term 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).

  • antiX is a MEPIS Linux variant based on SimplyMEPIS but with IceWM and Fluxbox instead of KDE as the desktop and based on Debian testing instead of Debian stable. As SimplyMEPIS is based on Debian stable, SimplyMEPIS is not rolling.
  • 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.
  • Epidemic GNU/Linux is a Brazilian Debian based Linux distribution with KDE as the main desktop.
  • Semplice Linux[25] is a lightweight Linux distribution live CD based on Debian unstable that uses an Openbox window manager based desktop.
  • siduction is a community developed live distribution based on Debian unstable that was forked from aptosid in late 2011. It is desktop computer orientated and available with the KDE Plasma Desktop, LXDE and Xfce desktops.
  • SolydXK is a Dutch semi-rolling release Linux distribution based on Debian. It was in 2012 an unofficial version of "Linux Mint Debian edition" (LMDE) using the KDE desktop environment. In November 2012 Linux Mint took the decision not to maintain a KDE version of LMDE and to stop maintaining the Xfce version. SolydXK was started with emphasis on the two desktop environments.
  • SparkyLinux is a desktop-oriented operating system based on the "testing" branch of Debian that uses 'rolling-release-cycle'.
  • Vanillux is a live distribution based on Debian which uses the GNOME3 desktop environment with the GNOME Shell graphical user interface.

Note: (As of March 2012), discussions are ongoing[26][27][28][29][30] 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.

Fedora-related

Fedora Linux 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.

LFS-related

LFS stands for Linux From Scratch and is a collection of documentation designed to instruct a computer user in how to build a Linux distribution from scratch. It is intended primarily as an educational tool for computer science students to learn how a Linux-based operating system functions.

  • NuTyX Linux is a Linux distribution that is based on Linux From Scratch (LFS) and Beyond Linux From Scratch (BLFS). It used its own package management system call CARDS.[34]

Gentoo-related

Gentoo Linux,[35] the Gentoo/*BSDs, Funtoo Linux, Calculate Linux,[36] Toorox Linux, and most other Gentoo-based distributions, are source-based (rather than binary-based) — with Sabayon Linux[37][38] (which is binary-based) being an obvious exception. Apart from the Sorcerer-related distributions (which are also source-based) most of 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.

  • Gentoo Linux is an independent 'self-build' source-based distribution that puts an emphasis on compiling software packages from source-code using the Portage Package Manager, rather than installing pre-compiled binary software packages. It supports a wide range of computer architectures and desktop environments.
  • Gentoo/FreeBSD, Gentoo/NetBSD, Gentoo/OpenBSD and Gentoo/DragonflyBSD are part of the Gentoo/*BSD project, which is part of the Gentoo/Alt project to port Gentoo to other kernels, besides Linux.
  • Funtoo Linux is 'self-build' and source-based but differs from Gentoo in its use of a bazaar-style software development model.
  • Calculate Linux is a source-based distribution aimed at business and enterprise deployment. It has KDE Plasma Desktop as its primary desktop, but is also available with GNOME or Xfce.
  • Sabayon Linux is a binary-based live distribution with a wide range of desktop environments available, including Cinnamon, Enlightenment, Fluxbox, GNOME, KDE, LXDE, Openbox, and Xfce. Sabayon adheres to the out of the box philosophy and is intended to "just work". It aims to provide a Gentoo-based distribution that is easy to use for less experienced and newbie Linux users.
  • Toorox Linux is a source-based Linux distribution which (like Sabayon) aims to make Gentoo 'newbie-friendly'. However, (unlike Sabayon) although the Gentoo base is rolling, the Toorox wrapper is not rolling, making Toorox Linux only part-rolling. Also, Sabayon is binary-based, whereas Toorox is source-based. Toorox Linux is available with the KDE Plasma Desktop or GNOME desktop environment.
  • Google Chrome OS[39] is based on the open source software project Chromium OS; it is a netbook oriented operating system built on the Linux kernel with Google's Chrome browser (which is based on the open source Chromium browser) as the desktop's graphical user interface. Netbooks using Chrome OS are referred to as Chromebooks, while netbooks using Chromium OS are referred to as Chromiumbooks. Google Chrome OS is the only rolling distribution referred to in this article that is not open source software, nor freely downloadable from the internet. However, its base, Chromium OS, is open source software and freely downloadable from the internet.
  • Chromium OS is the open source software project and operating system on which Google's Chrome OS is based. The relationship between Chrome OS and Chromium OS is similar to that between Red Hat Enterprise Linux and Fedora, or between SUSE Linux Enterprise Desktop and openSUSE, or that formerly existing between Solaris and openSolaris (now openIndiana). This is a common practice where a commercial company or corporation wants to use an open-source software development model and the resources of the open-source community to aid the software development and software testing of a software platform to base its commercial product on.

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

Mandriva-related

PCLinuxOS and Unity Linux[40] are rolling release RPM binary-based live CD 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 originally developed by Red Hat.

  • PCLinuxOS is a part-rolling Linux distribution available with a large selection of desktop environments that evolved into a distribution from originally being a software repository for Mandriva Linux users. It aims to be easy for new users, especially those used to Microsoft Windows. Originally forked from Mandriva Linux, PCLinuxOS is now independent of Mandriva Linux,[41] pulling many of its software packages from other distributions — thus making it still Mandriva-related (due to shared ancestry), but now Mandriva-derived (i.e. forked from Mandriva's codebase), rather than Mandriva-based (i.e. following Mandriva's codebase).
  • Unity Linux uses Openbox as the default desktop and is intended as a core distribution for other Linux distributions, referred to by Unity Linux developers and users as branches (not to be confused with development branches), to base themselves on. These branches (often called distrolets by Linux users), based on Unity Linux, include the following Linux distributions: Unite17 (formally PCe17OS), HUMANity, SAMity (formally Sam Linux), TinyMe, Granular Linux, Synergy Linux and ChameleonOS. Like YOPER, Unity Linux is an RPM v5 distribution. RPM v5 is a fork of the RPM package format.

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

rPath-related

  • rPath Linux was an independent rolling release Linux distribution developed by U.S. based rPath inc., and used their Conary package management system; it was available with the GNOME or KDE Plasma Desktop desktop environment. It is discontinued as of 2009.[42]
  • Foresight Linux[43] is a rolling release Linux distribution that is based on rPath Linux and uses Conary as its package management system with PackageKit for its graphical package manager; it is available with the GNOME and KDE Plasma Desktop desktop environments.

Solus-related

Solus is an independent rolling release Linux distribution developed by Ikey Doherty and his team.[44][45]

Sorcerer-related

Source Mage and Lunar Linux are 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.

SUSE-related

By default openSUSE,[47] and most of its derivatives, are NOT rolling releases since openSUSE has stable fixed releases and developmental milestone releases. However users can choose to use a rolling release version called Tumbleweed, which is always based on the latest stable release and continuously updated. This is based on the development branch called 'Factory'. Once the packages here are tested, they are released as part of Tumbleweed.

Previously, Factory and Tumbleweed were acting as separate rolling releases, but since 2014-Nov-04, the situation has been streamlined into the above status.[48]

Other: independent

Comparison of rolling and non-rolling releases

Types of non-rolling releases

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

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 (also termed a timed or scheduled release)[50] release policy, where software is released on a specific predetermined date, versus others which use a state-based (or release when ready)[51] 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)[50] and its derivative Linux Mint (which uses a state-based release policy).[51] 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 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, most BSDs and most Linux distributions.

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, versus 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.[49]

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.[49][52] 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.[49]

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.[49]

Popularity and adoption statistics

This section 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. For a specific look at adoption in the desktop computing sector, see Desktop Linux#Measuring adoption.

When discussing the popularity and adoption of rolling distributions, it is worth emphasizing the distinction, not only between current versus cumulative measures, and absolute versus relative measures, but among software distribution, software acquisition, software installation, software population and software utilization numbers:

  1. Software distribution: the number of rolling distros (absolute) and the size of the distro share (relative).
  2. Software acquisition: the number of rolling distro copies (absolute) and the size of the code share (relative).
  3. Software installation: the number of rolling distro installs (absolute) and the size of the installed base (relative).
  4. Software population: the number of rolling distro users and the size of the userbase (relative).
  5. Software utilization: the number of rolling distros running (absolute) and the size of the usage share (relative).

Note: Although FOSS users can buy FOSS CDs and DVDs, most FOSS distros are available to download legally free of charge. Generalized use of economics terms when referring to free and open source software can thus be potentially misleading.

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 open-source software movement, which, though still a small minority, seems to be growing.[27][53][54][55][56][57]

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, similar to 'Linux converts' with Linux adoption.

Adoption

With major software distributions (such as Google Chrome OS, openSUSE Tumbleweed, LMDE, Fuduntu, Chakra Linux, and the proposed DebianCUT) opting to provide a rolling release offering of some form, 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.[27][53][54][55][56][57] 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 although the absolute number of rolling release installs may have increased, the relative number (i.e. the proportion of releases which are rolling releases) may not have. This is likely the case, when one takes into account the explosion in mobile computing that has emerged over the last decade, with the dominance of mobile devices running mobile operating systems like Android, iOS and Windows Phone, since Android, iOS and Windows Phone are non-rolling operating systems. Whether the proportion of rolling release installs will increase 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.

Statistics

Unlike commercial and proprietary operating systems, which tend to be pre-installed, rolling distributions (which are mostly freeware and FOSS) tend not to be; Google Chrome OS and Chromium OS being notable exceptions. Nor do rolling releases tend to require product activation. Since most are freeware and FOSS, they are legally free to download, copy, modify and redistribute, making the internet their primary distribution channel. This makes it practically impossible to get reliable figures on the userbase and installed base of rolling distributions.

Given their range and number, this is a well recognized issue with Linux in particular. Though the Linux kernel may be detected (e.g. via User-Agent strings) the specific Linux distro running on it might not. Some distros log connections to their repository; however this can prove an unreliable measure due to compounding factors. Direct access to repository mirrors can result in uncounted users, while users using dynamic IPs can be repeat-counted, and users connected via a proxy server may be either under-counted or over-counted depending on the behavior of the exit node's IP address.

Although there are no official figures on popularity, adoption, downloads or installed base 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 and adoption trends of software distributions and is used by some as an unofficial measure of popularity and adoption of software distributions.

However, in the case of rolling releases, it is possible that such page-hit statistics may be misleading. Along with server orientated software distributions, users of rolling release distributions are less likely to reinstall their operating system on a regular basis, and thus are also less likely to frequent the distribution's DistroWatch page, a use of which is for downloading software installation ISOs of, and catching up with the latest news on, new releases. This could result in the popularity of rolling releases and server-orientated distributions being under-represented by some measures, like page-hit statistics of websites such as DistroWatch.

There are also no official figures for the total number of Linux systems,[58][59] 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.[58][60]

However, the website The Linux Counter Project (LiCo) (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.[61] 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.[62][63][64][65][66]

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

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 far less popularity than major BSD distributions such as FreeBSD, OpenBSD and NetBSD, or Mac OS which is partially BSD-based. Likewise, as GNU Hurd is still experimental, Hurd distributions (rolling and non-rolling) have minimal market share. BSD and Hurd popularity and adoption thus currently has negligible impact on the overall popularity and adoption of rolling distributions, since most rolling distributions are Linux distributions and Linux popularity and adoption currently dwarfs that of BSD (not including Mac OS) and Hurd in the PC, mobile, enterprise, server and HPC markets.

Common myths, misconceptions

There are many myths and misconceptions regarding Linux and software distributions in general;[67] 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 from 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 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 (versus 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.[68] 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'.[69][70][71] 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 mainly 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 to use them.

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.

See also

See Wikibooks.org and WIKIBOOKS for Wikibooks.

References

  1. "Branding | Solus". solus-project.com. https://solus-project.com/branding/. 
  2. "Sorcerer Admin Mailing-List". berlios.de. Archived from the original on 25 April 2012. https://web.archive.org/web/20120425072118/https://lists.berlios.de/pipermail/sorcerer-admins/2010/001503.html. Retrieved 13 October 2011. 
  3. 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. 
  4. The Chakra Project. "half-rolling development model". chakra-project-org. http://chakra-project.org/wiki/index.php/Chakra#Half-Rolling_Release_Model. 
  5. The Chakra Project. "The Chakra Project Wiki: FAQs". chakra-project-org. Archived from the original on 2011-08-27. https://web.archive.org/web/20110827204853/http://chakra-project.org/wiki/index.php/Frequently_Asked_Questions. 
  6. "Fedora Release Life-cycle Proposals". fedoraproject.org. https://fedoraproject.org/wiki/Release_Lifecycle_Proposals. 
  7. "Fedora Development Mailing List". fedoraproject.org. https://lists.fedoraproject.org/pipermail/devel/2010-March/132434.html. 
  8. Rev. "Linux Certification – Preparation". walkingwithzen.com. http://www.walkingwithzen.com/2009_09_01_archive.html. 
  9. "Why openSUSE". opensuse.org. http://en.opensuse.org/openSUSE:Why_openSUSE. 
  10. Official antiX Wiki, antix.mepis.org, http://antix.mepis.org/index.php?title=Main_Page#News, retrieved 2011-01-18 
  11. "Debian: Releases". debian.org. http://www.debian.org/releases. 
  12. "Debian: Releases: Sid". debian.org. http://www.debian.org/releases/sid. 
  13. "Chakra GNU/Linux Review". LinuxBSDos. 2011-04-30. http://www.linuxbsdos.com/2011/04/30/chakra-gnulinux-review. Retrieved 2011-09-30. 
  14. Dan Lynch (2009-05-30). "Chakra GNU/Linux Review". danlynch.org. http://danlynch.org/blog/2009/05/chakra. Retrieved 2011-09-30. 
  15. "Arch BSD". https://www.pacbsd.org. 
  16. Official Arch Hurd About Page, archhurd.org, archived from the original on 2011-01-08, https://web.archive.org/web/20110108072330/http://www.archhurd.org/about.php, retrieved 2011-01-18 
  17. gobonja (2012-03-04). "Nosonja Google+ page". plus.google.com. https://plus.google.com/102479162698978916755. Retrieved 2012-03-05. 
  18. DistroWatch (27 May 2014). "Antergos". distrowatch.com. http://distrowatch.com/table.php?distribution=antergos. Retrieved June 5, 2014. 
  19. The Chakra Project. "The Chakra Project – About Chakra". chakra-project.org. http://chakra-project.org/about.html. Retrieved 2011-08-24. 
  20. The Chakra Project. "The Chakra Project – Bundles". chakra-project.org. http://chakra-project.org/bundles.html. Retrieved 2011-08-24. 
  21. DistroWatch, DistroWatch.com: Chakra GNU/Linux, distrowatch.com, http://distrowatch.com/table.php?distribution=chakra, retrieved 2011-09-01 
  22. Arch Linux Wiki (30 January 2012). "Arch Linux Wiki: Manjaro Linux". wiki.archlinux.org. https://wiki.archlinux.org/index.php/Arch_Based_Distributions_%28Active%29#Manjaro_Linux. Retrieved January 31, 2012. 
  23. DistroWatch (5 March 2012). "DistroWatch Weekly, Issue 446". distrowatch.com. http://distrowatch.com/weekly.php?issue=20120305#waiting. Retrieved 2012-03-05. 
  24. "Official aptosid Manual". manual.aptosid.com. http://manual.aptosid.com/en/sys-admin-release-en.htm. Retrieved 2011-01-18. 
  25. 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. 
  26. discussions
  27. 27.0 27.1 27.2 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. 
  28. Raphaël Hertzog. "A constantly usable testing distribution for Debian". lwn.net. https://lwn.net/Articles/406301. 
  29. 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. 
  30. 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. 
  31. 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. 
  32. "DistroWatch Weekly: Q&A – Fuduntu Interview". distrowatch.com. http://distrowatch.com/weekly.php?issue=20111010#qa. Retrieved 16 October 2011. 
  33. Chema Martín. "The Linux Experience: Fuduntu Interview". cristalinux.blogspot.com. Archived from the original on 15 October 2011. https://web.archive.org/web/20111015160536/http://cristalinux.blogspot.com/2010/12/fuduntu-147-review.html. Retrieved 16 October 2011. 
  34. Bärwaldt, Erik. "Unconventional » Linux Magazine". http://www.linux-magazine.com/Issues/2015/179/NuTyX. Retrieved 7 February 2017. 
  35. Official Gentoo Handbook, gentoo.org, 2008-04-22, http://www.gentoo.org/proj/en/gdp/doc/handbook-release.xml, retrieved 2011-01-18 
  36. L'autre, About Calculate Linux, calculate-linux.org, http://www.calculate-linux.ru/main/en/about, retrieved 2011-02-06 
  37. 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 
  38. Sabayon Wiki (2012-01-07), FAQ – Sabayon Wiki, wiki.sabayon.org, https://wiki.sabayon.org/index.php?title=FAQ, retrieved 2012-01-23 
  39. "Chromium OS Developers Guide". google.com. https://sites.google.com/a/chromium.org/dev/chromium-os/developer-guide. Retrieved May 22, 2011. 
  40. Official Unity Linux Documentation, docs.unity-linux.org, http://docs.unity-linux.org/Unity_Versions#Rolling_Release, retrieved 2011-01-18 
  41. DistroWatch. "DistroWatch.com: PCLinuxOS". distrowatch.com. http://distrowatch.com/table.php?distribution=pclinuxos. Retrieved 2011-09-01. 
  42. DistroWatch. "DistroWatch.com: rPath". distrowatch.com. http://distrowatch.com/table.php?distribution=rpath. Retrieved 2013-06-09. 
  43. "Official Foresight Linux About Page". foresightlinux.org. http://www.foresightlinux.org/about/. Retrieved 2011-01-18. 
  44. "This Week In Solus -- Install #31". Solus Project. https://solus-project.com/2016/07/10/this-week-in-solus-install-31/. Retrieved 5 March 2017. 
  45. "Replacement Of Release Schedule". Solus Project. https://solus-project.com/2016/07/24/replacement-of-release-schedule/. Retrieved 5 March 2017. 
  46. Doherty, Ikey (2018-02-15). "Exploring Solus Architecture". https://solus-project.com/2018/02/15/exploring-solus-architecture/. 
  47. 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 
  48. https://news.opensuse.org/2014/10/24/tumbleweed-factory-rolling-releases-to-merge/
  49. 49.0 49.1 49.2 49.3 49.4 Chad Perrin (2010-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 
  50. 50.0 50.1 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. 
  51. 51.0 51.1 Clement Lefebvre (November 4, 2011). "Linux Mint 12 Preview". blog.linuxmint.com. http://blog.linuxmint.com/?p=1851. Retrieved January 26, 2012. 
  52. 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. 
  53. 53.0 53.1 "DistroWatch: Page-Hit Statistics". distrowatch.com. http://distrowatch.com/stats.php?section=popularity. Retrieved 2011-09-30. 
  54. 54.0 54.1 "2007 Ubuntu Poll: Should Ubuntu move to a rolling release cycle?". ubuntuforums.org. http://ubuntuforums.org/showthread.php?t=529858. Retrieved 2011-09-30. 
  55. 55.0 55.1 "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. 
  56. 56.0 56.1 "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. 
  57. 57.0 57.1 Joss (aka np237) (2011-05-03). "Rolling Release". livejournal.com. http://np237.livejournal.com/31868.html. Retrieved 2011-10-01. 
  58. 58.0 58.1 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. 
  59. 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. 
  60. 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. 
  61. Niccolai, James (September 2008). "Ballmer Still Searching for an Answer to Google". https://www.pcworld.com/article/151568/ballmer_still_searching_for_an_answer_to_google.html. Retrieved 2009-06-04. 
  62. Operating system Family share for 11/2009 | TOP500 Supercomputing Sites
  63. Image:Top500 OS.png
  64. 64.0 64.1 Vaughn-Nichols, Steven J. (June 2009). "Linux: It doesn't get any faster". Archived from the original on 2009-06-26. https://web.archive.org/web/20090626043246/http://blogs.computerworld.com/linux_it_doesnt_get_any_faster. Retrieved 2009-06-24. 
  65. 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. 
  66. Strothman, Jim (September 2003). "Linux elbows into super-computer turf". Archived from the original on 2005-08-05. https://web.archive.org/web/20050805073753/http://www.isa.org/InTechTemplate.cfm?Section=InTech&template=%2FContentManagement%2FContentDisplay.cfm&ContentID=29241. Retrieved 2009-10-15. 
  67. 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. 
  68. Rob (aka "Robster") (2004-03-10). "Apt-get dist-upgrade can seriously damage your health". lwn.net. https://lwn.net/Articles/75230. Retrieved 1 October 2011. 
  69. "DistroWatch: Sabayon Linux". distrowatch.com. http://distrowatch.com/table.php?distribution=sabayon. Retrieved 9 October 2011. 
  70. "DistroWatch: PCLinuxOS". distrowatch.com. http://distrowatch.com/table.php?distribution=pclinuxos. Retrieved 9 October 2011. 
  71. "DistroWatch: Linux Mint". distrowatch.com. http://distrowatch.com/table.php?distribution=mint. Retrieved 9 October 2011. 

External links