Comment un système d'exploitation Linux est-il exactement "basé sur" un autre système d'exploitation Linux?

Table des matières:

Comment un système d'exploitation Linux est-il exactement "basé sur" un autre système d'exploitation Linux?
Comment un système d'exploitation Linux est-il exactement "basé sur" un autre système d'exploitation Linux?

Vidéo: Comment un système d'exploitation Linux est-il exactement "basé sur" un autre système d'exploitation Linux?

Vidéo: Comment un système d'exploitation Linux est-il exactement
Vidéo: How to Reduce WinSXS Folder Size in Windows 10/8/7 [Tutorial] - YouTube 2024, Avril
Anonim
Lorsque vous passez en revue différentes versions de Linux, vous rencontrerez souvent des phrases telles que «Ubuntu est basé sur Debian», mais qu’est-ce que cela signifie exactement?
Lorsque vous passez en revue différentes versions de Linux, vous rencontrerez souvent des phrases telles que «Ubuntu est basé sur Debian», mais qu’est-ce que cela signifie exactement?

La séance de questions et réponses d’aujourd’hui nous est offerte par SuperUser, une sous-division de Stack Exchange, un groupe de sites Web de questions-réponses dirigé par la communauté.

La question

Lecteur SuperUser PLPiper essaie de comprendre le fonctionnement des variantes de Linux:

I’ve been looking through quite a number of Linux distros recently to get an idea of what’s around, and one phrase that keeps coming up is that “[this OS] is based on [another OS]”. For example:

  • Fedora is based on Red Hat
  • Ubuntu is based on Debian
  • Linux Mint is based on Ubuntu

For someone coming from a Mac environment I understand how “OS X is based on Darwin”, however when I look at Linux Distros, I find myself asking “Aren’t they all based on Linux..?”

In this context, what exactly does it mean for one Linux OS to be based on another Linux OS?

Alors, qu'est-ce que cela signifie exactement quand on parle d'une version de Linux basée sur une autre version?

La réponse

Kostix, contributeur de SuperUser, offre une vue d'ensemble solide de l'ensemble du système:

Linux is a kernel - a (complex) piece of software which works with the hardware and exports a certain Application Programming Interface (API), and binary conventions on how to precisely use it (Application Binary Interface, ABI) available to the “user-space” applications.

Debian, RedHat and others are operating systems - complete software environments which consist of the kernel and a set of user-space programs which make the computer useful as they perform sensible tasks (sending/receiving mail, allowing you to browse the Internet, driving a robot etc).

Now each such OS, while providing mostly the same software (there are not so many free mail server programs or Internet browsers or desktop environments, for example) differ in approaches to do this and also in their stated goals and release cycles.

Quite typically these OSes are called “distributions”. This is, IMO, a somewhat wrong term stemming from the fact you’re technically able to build all the required software by hand and install it on a target machine, so these OSes distribute the packaged software so you either don’t need to build it (Debian, RedHat) or they facilitate such building (Gentoo). They also usually provide an installer which helps to install the OS onto a target machine.

Making and supporting an OS is a very complicated task requiring a complex and intricate infrastructure (upload queues, build servers, a bug tracker, and archive servers, mailing list software etc etc etc) and staff. This obviously raises a high barrier for creating a new, from-scratch OS. For instance, Debian provides ca. 37k packages for some five hardware architectures - go figure how much work is put into supporting this stuff.

Still, if someone thinks they need to create a new OS for whatever reason, it may be a good idea to use an existing foundation to build on. And this is exactly where OSes based on other OSes come into existence. For instance, Ubuntu builds upon Debian by just importing most packages from it and repackaging only a small subset of them, plus packaging their own, providing their own artwork, default settings, documentation etc.

Note that there are variations to this “based on” thing. For instance, Debian fosters the creation of “pure blends” of itself: distributions which use Debian rather directly, and just add a bunch of packages and other stuff only useful for rather small groups of users such as those working in education or medicine or music industry etc.

Another twist is that not all these OSes are based on Linux. For instance, Debian also provide FreeBSD and Hurd kernels. They have quite tiny user groups but anyway.

Avez-vous quelque chose à ajouter à l'explication? Sound off dans les commentaires. Voulez-vous lire plus de réponses d'autres utilisateurs de Stack Exchange doués en technologie? Découvrez le fil de discussion complet ici.

Conseillé: