1.1 Linux Evolution and Popular Operating Systems

Key Takeaways

  • The Linux kernel is not an operating system by itself — a distribution packages the kernel with tools, libraries, and a package manager
  • Major distro families are Debian-based, Red Hat-based, SUSE-based, and Arch-based; knowing the family predicts package tools and paths
  • Ubuntu LTS releases receive long-term support and are common on servers and desktops; Debian is the upstream base for Ubuntu and many derivatives
  • Embedded and appliance Linux include Raspberry Pi OS (formerly Raspbian) and Android; cloud images often ship Ubuntu, RHEL, CentOS Stream, or SUSE
  • CentOS historically tracked RHEL; Scientific Linux was a related scientific rebuild — treat brand names carefully on exam questions
Last updated: July 2026

1.1 Linux Evolution and Popular Operating Systems

Quick Answer: Linux Essentials expects you to separate the Linux kernel from a distribution, map popular distros to families (Debian, Red Hat, SUSE, Arch), and recognize where Linux runs — desktops, servers, embedded devices like Raspberry Pi, Android phones, and cloud VMs.

Kernel Versus Distribution

Linux started as a kernel project led by Linus Torvalds. The kernel manages hardware, processes, memory, and drivers. End users rarely install "just the kernel." They install a distribution (distro): kernel + GNU userland tools + libraries + installer + package manager + optional desktop or server stack.

Exam trap: a question that says "Linux is an operating system" is loosely true in everyday speech, but the precise LPI view is that distributions are complete OSes built on the Linux kernel. If a scenario asks what Ubuntu and Fedora share, the shared core is the kernel and many open-source tools — not identical packaging or release schedules.

Distro Families at a Glance

FamilyRepresentative distrosTypical package toolsNotes for the exam
Debian-basedDebian, Ubuntu, Linux Mint, Raspberry Pi OSdpkg, apt / apt-get.deb packages; Ubuntu LTS is common in enterprise labs
Red Hat-basedRed Hat Enterprise Linux (RHEL), CentOS / CentOS Stream, Fedora, Scientific Linux (historical)rpm, yum / dnf.rpm packages; RHEL is commercial support
SUSE-basedopenSUSE, SUSE Linux Enterprise (SLES)rpm, zypperAlso RPM-based, but SUSE tooling and branding differ
Arch-basedArch Linux, Manjaro (derivatives)pacmanRolling release culture; less common on Essentials vignettes

When you see a package command or file extension on the exam, use it as a family clue. A help-desk ticket that mentions apt-get install points to Debian-family systems. A playbook that runs yum update or dnf install points to Red Hat-family systems.

Popular Distributions You Must Name

Debian is a community distribution known for stability and a huge package archive. It is the upstream base for many derivatives.

Ubuntu is Debian-based and widely used on desktops and servers. Ubuntu LTS (Long Term Support) releases receive years of security updates — organizations often standardize on LTS for predictable maintenance windows. Non-LTS Ubuntu releases exist for earlier access to newer packages but shorter support.

Linux Mint is a popular desktop-oriented Debian/Ubuntu derivative aimed at ease of use for users coming from other OSes.

Red Hat Enterprise Linux (RHEL) is a commercial, support-backed distribution used heavily in enterprises. CentOS historically provided a free rebuild closely aligned with RHEL; the ecosystem later moved toward CentOS Stream as a midstream project. For Essentials, know CentOS as Red Hat-family and do not confuse it with Debian.

Scientific Linux was a scientific-community rebuild in the Red Hat lineage (CERN/Fermilab era). Treat it as Red Hat-family awareness, even if you never install it today.

openSUSE is the community SUSE distribution; SUSE Linux Enterprise is the commercial product. Both sit in the SUSE family and use RPM packages with SUSE management tools.

Embedded Linux and Consumer Devices

Linux is not only for rack servers. Embedded Linux powers routers, set-top boxes, industrial controllers, and single-board computers.

Raspberry Pi boards commonly run Raspberry Pi OS (formerly Raspbian), a Debian-based image tailored for the Pi. Exam questions may still use the older name Raspbian — both refer to the Pi-oriented Debian family OS.

Android is a mobile OS that uses a Linux kernel with a different userspace (not a typical GNU/Linux desktop distro). Essentials wants you to recognize Android as Linux-kernel-based, not as "Ubuntu for phones."

Linux in the Cloud

Cloud providers ship Linux images as the default for many virtual machines and containers. Common patterns:

  • Ubuntu LTS images for general-purpose VMs and developer sandboxes
  • RHEL or SUSE for supported enterprise workloads
  • Lightweight or container-optimized images for orchestration platforms

"Linux in the cloud" does not invent a new family — it is the same kernels and distros, delivered as images you select in a console. If a scenario says a company migrates a RHEL on-prem server to a cloud VM, the licensing/support model may change, but the distro family and package tools usually stay Red Hat-based.

Evolution Mindset for Career Context

Open-source communities release frequently; enterprises care about support lifecycle. That is why LTS and enterprise distros matter on the exam: they signal predictable updates, not "newest packages always." When choosing a distro for a lab or job, match the family's tools to documentation you will use daily.

Exam Scenario Patterns

  1. "Which are related?" — Ubuntu and Debian share a family; RHEL and CentOS share a family; openSUSE and SUSE share a family.
  2. "Embedded / mobile" — Raspberry Pi OS/Raspbian for Pi; Android for phones/tablets using the Linux kernel.
  3. "Kernel vs OS" — Kernel alone is not the full desktop/server experience; distributions assemble the OS.
  4. "Cloud" — Same popular distros appear as cloud images; Linux dominates many cloud workloads.

Avoid traps that equate "free of charge" with "Debian only," or that claim Android is unrelated to Linux because the UI is different.

Test Your Knowledge

A teammate says they installed "just Linux" with a graphical desktop, LibreOffice, and apt package management. What did they most accurately install?

A
B
C
D
Test Your Knowledge

Which pair correctly groups distributions from the same family lineage for Linux Essentials purposes?

A
B
C
D
Test Your Knowledge

An IoT lab needs a Debian-based OS image for a Raspberry Pi single-board computer. Which choice best matches that requirement?

A
B
C
D