Arch linux rolling release

Arch compared to other distributions

This page attempts to draw a comparison between Arch Linux and other popular GNU/Linux distributions and UNIX-like operating systems. The summaries that follow are brief descriptions that may help a person decide if Arch Linux will suit their needs. Although reviews and descriptions can be useful, first-hand experience is invariably the best way to compare distributions.

In all of the following only Arch Linux is compared with other distributions. Community ports that support architectures other than x86_64 can be found listed among the Arch-based distributions.

Contents

Source-based

Source-based distributions are highly portable, giving the advantage of controlling and compiling the entire OS and applications for a particular machine architecture and usage scheme, with the disadvantage of the time-consuming nature of source compilation. The Arch base and all packages are only compiled for the x86_64 architecture.

  • CRUX is a lightweight distribution that focuses on the KISS principle. CRUX inspired Judd Vinet to create Arch.
  • CRUX uses BSD-style init scripts, whereas Arch uses systemd.
  • While Arch uses a rolling release system, CRUX has more or less yearly releases.
  • Both ship with ports-like systems, and, like *BSD, both provide a base environment to build upon.
  • Arch features pacman, which handles binary system package management and works seamlessly with the Arch Build System. CRUX uses a community contributed system called prt-get, which, in combination with its own ports system, handles dependency resolution, but builds all packages from source (though the CRUX base installation is binary).
  • Both Arch and CRUX officially support only the x86_64 architecture.
  • Arch features a large array of binary package repositories as well as the Arch User Repository. CRUX provides a more slimmed-down officially supported ports system in addition to a comparatively modest community repository.
  • LFS, (or Linux From Scratch) exists simply as documentation. The book instructs the user on obtaining the source code for a minimal base package set for a functional GNU/Linux system, and how to manually compile, patch and configure it from scratch. LFS is as minimal as it gets, and offers an excellent and educational process of building and customizing a base system.
  • LFS provides no online repositories; sources are manually obtained, compiled and installed with make. (Several manual methods of package management exist, and are mentioned in LFS Hints).
  • Arch provides these very same packages, plus systemd, a few extra tools and the powerful pacman package manager as its base system, already compiled for x86_64. Along with the minimal Arch base system, the Arch community and developers provide and maintain many thousands of binary packages installable via pacman as well as PKGBUILD build scripts for use with the Arch Build System. Arch also includes the makepkg tool for expediently building or customizing packages, readily installable by pacman.
  • Judd Vinet built Arch from scratch, and then wrote pacman in C. Historically, Arch was sometimes humorously described simply as «Linux, with a nice package manager.»

Gentoo/Funtoo Linux

  • Both Arch Linux and Gentoo Linux are rolling release systems, making packages available to the distribution a short time after they are released upstream.
  • The Gentoo packages and base system are built directly from source code according to user-specified USE flags. Arch provides a ports-like system for building packages from source, though the Arch base system is designed to be installed as pre-built x86_64 binary. This generally makes Arch quicker to build and update, and allows Gentoo to be more systemically customizable.
  • Arch only supports x86_64 while Gentoo officially supports x86 (i486/i686), x86_64, PPC/PPC64, SPARC, Alpha, ARM, MIPS, HPPA, S/390 and Itanium architectures.
  • Gentoo’s official package and system management tools tend to be rather more complex and «powerful» than those provided by Arch, and certain features which are at the very heart of Gentoo (USE flags, SLOTs, etc.) do not have any direct Arch Linux equivalent. Some of that is due to the fact that Arch is primarily a binary distro, but differences in design philosophy also play a big role, with Arch taking a more principled stance in favor of architectural simplicity and avoiding over-engineering.
  • Because both the Gentoo and Arch installations only include a base system, both are considered to be highly customizable. If comfortable with systemd, Gentoo users will also generally feel at ease with most other aspects of Arch.

General

These distributions offer a broad range of advantages and strengths, and can be made to serve most operating system uses.

Debian

  • Debian is the largest upstream Linux distribution with a bigger community and features stable, testing, and unstable branches, offering over 148 000 packages. The available number of Arch binary packages is more modest. However, when including the AUR, the quantities are comparable.
  • Debian has a more vehement stance on free software but still includes non-free software in its non-free repos. Arch is more lenient, and therefore inclusive, concerning non-free packages as defined by GNU.
  • Debian focuses on stringent testing of the Stable branch, which is «frozen» and supported up to five years. Arch packages are more current than Debian Stable, being more comparable to the Debian Testing and Unstable branches, and has no fixed release schedule.
  • Debian is available for many architectures, including alpha, arm, hppa, i386, x86_64, ia64, m68k, mips, mipsel, powerpc, s390, and sparc, whereas Arch is x86_64 only.
  • Arch provides more expedient support for building custom, installable packages from outside sources, with a ports-like package build system. Debian does not offer a ports system, relying instead on its large binary repositories.
  • The Arch installation system only offers a minimal base, transparently exposed during system configuration, whereas Debian’s methods, such as the use of apt tasks to install pre-selected groups of packages, offer a more automatically configured approach as well as several alternative methods of installation.
  • Arch generally packages software libraries together with their header files, whereas in Debian header files have to be downloaded separately.
  • Arch keeps patching to a minimum, thus avoiding problems that upstream are unable to review, whereas Debian patches its packages more liberally for a wider audience.
Читайте также:  Veeam агент для windows

Fedora

  • Fedora is community developed, yet corporately backed by Red Hat; it is often presented as a testbed release system. Fedora packages and projects migrate to RHEL and some eventually become adopted by other distributions. Arch has no fixed releases, and does not serve as a testing branch for another distribution.
  • Fedora packages use the RPM format with the DNF package manager. Arch uses pacman to manage its packages.
  • Fedora refuses to include non-free software in official repositories due to its dedication to free software, though third-party repositories are available for such packages. Arch is more lenient in its disposition toward non-free software, leaving the discernment to the user.
  • Fedora offers many installation options including a graphical installer as well as a minimal option. Fedora «spins» also provide alternative assortments of desktop environments to choose from, each with a modest assortment of default packages. Arch, on the other hand, only provides a few scripts meant to ease the process of a minimal base system install.
  • Fedora has a scheduled release cycle, but officially supports discrete version upgrades with the FedUp tool. Arch is a rolling-release system.
  • Arch features a ports system, whereas Fedora does not.
  • Both Arch and Fedora are targeted at experienced users and developers. Both strongly encourage their users to contribute to project development.
  • Fedora has earned much community recognition for integration of SELinux, GCJ compiled packages (to remove the need for Oracle’s JRE), and prolific upstream contribution; Red Hat and thus, Fedora developers by extension, contribute the highest percentage of Linux kernel code as compared to any other project.
  • Arch Linux provides what is widely regarded as the most thorough and comprehensive distribution wiki. The Fedora wiki is used in the original sense of the word «wiki», or a way to exchange information between developers, testers and users rapidly. It is not meant to be an end-user knowledge base like Arch’s. Fedora’s wiki resembles an issue tracker or a corporate wiki.

Slackware

  • Slackware uses BSD-style init scripts, whereas Arch uses systemd.
  • Arch supplies a package management system in pacman which, unlike Slackware’s standard tools, offers automatic dependency resolution and allows for more automated system upgrades. Slackware users typically prefer their method of manual dependency resolution, citing the level of system control it grants them, as well as Slackware’s excellent supply of pre-installed libraries and dependencies.
  • Arch is a rolling-release system. Slackware is seen as more conservative in its release cycle, preferring proven stable packages. Arch is more bleeding-edge in this respect.
  • Arch Linux provides many thousands of binary packages within its official repositories, whereas Slackware official repositories are more modest.
  • Arch offers the Arch Build System, an actual ports-like system and also the AUR, a very large collection of PKGBUILDs contributed by users. Slackware offers a similar, though slimmer system at slackbuilds.org which is a semi-official repository of Slackbuilds, which are analogous to Arch PKGBUILDs. Slackware users will generally be quite comfortable with most aspects of Arch.

Beginner-friendly

Sometimes called «newbie distros», the beginner-friendly distributions share a lot of similarities, though Arch is quite different from them. Arch may be a better choice if you want to learn about GNU/Linux by building up from a small base, as an installation of Arch installs few packages in comparison. Specific differences between distributions are described below.

Ubuntu

  • Ubuntu is a popular Debian-based distribution commercially sponsored by Canonical Ltd., while Arch is an independently developed system built from scratch.
  • The two projects have very different goals and are targeted at a different user base. Arch is designed for users who desire a do-it-yourself approach, whereas Ubuntu provides a preconfigured system. Arch presents a simpler design from the base installation onward, relying on the user to customize it to their own specific needs. Many Arch users have started on Ubuntu and eventually migrated to Arch.
  • Arch development is not biased towards any one particular user interface beyond what its community provides support for. Furthermore, Canonical’s commercial nature has led them to some controversial decisions, such as the inclusion of advertisements in Unity’s Dash menu and user data collection. Arch is an independent, community-driven project with no commercial agenda.
  • Ubuntu moves between discrete releases every 6 months, whereas Arch is a rolling-release system.
  • Arch offers a ports-like package build system and the Arch User Repository, where users can share source packages for the pacman package manager. Ubuntu uses the more complex apt, and allows redistribution of binary packages via Personal Package Archives.
  • The two communities differ in some ways as well. The Arch community is much smaller and is strongly encouraged to contribute to the distribution. In contrast, the Ubuntu community is relatively large and can therefore tolerate a much larger percentage of users who do not actively contribute to development, packaging, or repository maintenance.
Читайте также:  Команды для линукса консоль

Linux Mint

  • Linux Mint was born as an Ubuntu derivative, and later added the LMDE (Linux Mint Debian Edition) that is instead based on #Debian. On the other hand, Arch is an independent distribution that relies on its own build system and repositories.
  • Mint includes several graphical tools for easier maintenance, called MintTools. Arch only provides simple command-line tools like pacman and leaves system management to be organized by the user.
  • New versions of Mint are released every six months, about a month after Ubuntu. Each release is based on the most recent Ubuntu LTS and is supported for five years. Linux Mint Debian Edition (LMDE) is based on Debian Stable and only receives updates in Mint packages and security updates. Arch is instead a full rolling-release distribution.

openSUSE

openSUSE is centered around the RPM package format and its well-regarded YaST2 GUI-driven configuration tool. Arch does not offer such a facility. openSUSE, may therefore be more appropriate for users who want a more GUI-driven environment, automatic configuration, or expected functionality out of the box while still allowing depth of customization.

Mandriva/Mageia

Mandriva Linux (formerly Mandrake Linux) was created in 1998 with the goal of making GNU/Linux easy to use for everyone; it is RPM-based and uses the urpmi package manager. Mageia is a Mandriva fork created by former Mandriva employees which opposes its parent distribution’s commercial position, being a non-profit and community-driven project. Arch takes a simpler approach than Mandriva or Mageia, being text-based and relying on more manual configuration, and is aimed at intermediate to advanced users.

Источник

The 10 Best Rolling Release Linux Distributions

In this guide, we will discuss some of the popular rolling release distributions. If you are new to the concept of a rolling release, worry not. A rolling release system is a Linux distribution that is constantly updated in all aspects: from the software packages, desktop environment, to the kernel. Applications are updated and released on a rolling basis thereby eliminating the need to download the latest ISO which would be representative of the latest release.

Let’s now have a glance at some of the best rolling releases.

1. Arch Linux

Currently sitting at the 15th position in distrowatch is Arch Linux, an independently developed rolling release. It has been in constant development since it’s initial release back in 2002 under the GNU / GPL licenses. Compared to other distributions, Arch Linux is not for the faint-hearted and targets advanced users who prefer a do-it-yourself approach. This is best exemplified during installation where, apart from its base installation, users can further customize it to suit their own needs, for example, installing a GUI.

Arch Linux

Arch is underpinned by the rich Arch User Repository (AUR) which is a community-driven repository that contains package builds – PKGBUILDs – that accords users the ability to compile packages from source and finally install them using the pacman package manager.

Additionally, the AUR allows users to contribute their independently developed package builds. Although anyone can upload or contribute their packages, Trusted Users are tasked with maintaining the repository and watching over the package builds being uploaded before being made available to users.

Arch is quite stable with a decent performance given its lean packaging devoid of any unnecessary software. Depending on the desktop environment you choose, performance may vary. For example, a heavy environment such as GNOME is likely to impact the performance in comparison to a lighter alternative such as XFCE.

2. OpenSUSE TumbleWeed

As you might already know, the OpenSUSE project provides 2 distributions: Leap and Tumbleweed. OpenSUSE Tumbleweed is a rolling release unlike its counterpart OpenSUSE Leap which is a regular release or point distribution.

Tumbleweed is a development distribution that ships with the very latest software updates and comes highly recommended for developers and users who desire to make contributions to the OpenSUSE project. Compared to its Leap counterpart, it’s not as stable and is therefore not ideal for production environments.

OpenSUSE TumbleWeed

If you are a user seeking to have the newest software packages, including the latest kernel, the Tumbleweed is the go-to flavor. Additionally, it would also appeal to software developers looking to make the most of the latest IDEs and development stacks.

Due to frequent kernel updates, Tumbleweed is not recommended for 3rd party graphic drivers such as Nvidia unless users are competent enough in updating the drivers from source.

3. Solus

Formerly known as Evolve OS, Solus is an independently developed rolling release designed for home and office computing. It ships with applications for use on a day-to-day basis such as Firefox browser, Thunderbird, and multimedia applications such as GNOME MPV. Users can install additional software from their Software Center.

Читайте также:  Ватсап веб для линукса

Solus Linux

Since its initial release in 2015, it has continued to be a favourite among home users with its default feature-rich Budgie desktop that provides an elegant yet simple UI however you may get it in other editions such as MATE, KDE Plasma, and GNOME environments.

With Solus, eopkg is the package manager and once you get used to it, you will start getting confident and the experience will be seamless.

4. Manjaro

Manjaro is a derivant of Arch Linux which targets beginners thanks to its stability and ease of use. The latest version, Manjaro 20.0.3 is available in 3 desktop environments i.e KDE Plasma, XFCE, and GNOME with KDE Plasma being the most preferred by many users owing to its elegance and versatility. For users who want to try out Arch, but want to enjoy a user friendly, feature-rich and customizable desktop, then Manjaro comes highly recommended.

Manjaro Linux

Out-of-the-box you get a myriad of applications for everyday use and you can additionally install more including themes and widgets using the pacman package manager. Feel free to also try out other desktop environments such as MATE, Budgie, Enlightenment. Cinnamon, LXDE, and Deepin to mention a few.

5. Gentoo

Gentoo is yet another rolling release that is powerful and customizable down to the kernel. Unlike other opensource Linux distros, it’s devoid of preconfigured software and tools for enhanced user experience. This fact makes it quite complicated and less ideal for beginners. Just like Arch, Gentoo appeals more to experienced Linux users who want to accomplish everything from scratch.

Gentoo Linux

Portage is Gentoo’s package management system which is anchored on the ports system that was used by BSD systems. Gentoos takes pride in its repository which has over 19,000 packages available for installation.

6. Sabayon OS

Sabayon Linux is a stable Gentoo-based distro which is beginner-friendly thanks to a variety of prebuilt applications that work out of the box. All the core-components available in Gentoo including configuration tools work flawlessly in Sabayon. It offers a pretty appealing IU, is good in hardware detection, and once installed, everything should simply work as expected.

Sabayon Linux

Sabayon is available for download as a desktop, server (minimal ), or as a virtual instance such as a Docker image. Like other distributions, it has its own software repository and entropy is its package management system. Sabayon is available in many X environments including GNOME, KDE, XFCE, MATE, and LXDE. Sabayon is available for both 32-bit and 64-bit architectures with ARM images also made available for Raspberry Pi 2 and 3.

7. Endeavor OS

Endeavour OS is a terminal-centric rolling release based on Arch that ships with some GUI applications such as reflector auto, welcome app, and kernel manager app. There are 8 desktop environments available for use with Endeavor OS alongside the latest apps and widgets to give you wholesome user experience. These environments include GNOME, XFCE, Deeping, KDE Plasma, and Cinnamon.

Endeavor Linux OS

Endeavor bundles yay package manager for installing, updating, removing, and performing other package management functions. With the exception of the eos-welcome app, reflector auto, and the kernel manager app, all software packages are installed directly from the AUR or Arch repos. In so doing, it stays as close as possible to Arch Linux.

8. Black Arch

Also based on Arch is Black Arch, a penetration testing rolling release that packs with over 2400 tools for conducting penetration tests and forensics work. Its functionality is closely similar to that of its Kali Linux and ParrotOS counterparts. Like Arch Linux, it’s default package manager is pacman, and the latest release is only available in 64-bit.

Black Arch

9. Arch Labs

Arch Labs is an Arch-based rolling release that is inspired by Bunsenlabs UI. It provides a Live CD that lets you give it a test run before installing it. Being a rolling release, this gives you the guarantee that the latest packages will always be available for download.

Arch Labs Linux

10. Reborn OS

Yet another Arch-based flavor on our list is Reborn OS, a high-performance and highly customizable distribution that offers more than 15 desktop environments to install. It is easy to install and offers flatpak support, and the option to install Anbox – an opensource tool that allows you to run android apps and games on a Linux environment.

Reborn OS

This guide has focused on only 10 rolling release distros, however, we would like to acknowledge other rolling release flavors such as: Void Linux, Debian Unstable, and ArcoLinux.

If You Appreciate What We Do Here On TecMint, You Should Consider:

TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! to search or browse the thousands of published articles available FREELY to all.

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

We are thankful for your never ending support.

Источник

Оцените статью