← Back to articles
News· 4 min read

SLS: The First Complete Linux Distribution in History

Installing Linux today means downloading an ISO and booting a USB stick. Back in the early nineties it was a different story. Building a complete system out of the Linux kernel and the GNU tools was an adventure reserved for the patient and the brave. That is the world SLS, the Softlanding Linux System, was born into, and it’s widely remembered as the first truly complete Linux distribution in history. This is its story.

What SLS Was and Why It Mattered

When Linus Torvalds released the first Linux in 1991, what he shipped was the kernel: the heart of the system, but not something you could actually use on its own. Everything else was missing. The shell, the compilers, the utilities, the windowing system. Gathering and compiling all that software by hand was an enormous barrier to entry.

SLS fixed that. It was the first distribution to offer a comprehensive bundle, with the Linux kernel, the GNU tools, a TCP/IP networking stack and, most remarkably for the era, an implementation of the X Window System. Instead of wrestling with dozens of loose packages, you installed a working graphical system in one go. That idea, packaging everything you need into a coherent product, is exactly what we now mean by a “distribution.”

Origins: Peter MacDonald and the “Soft Landing”

SLS was the work of Peter MacDonald, who shipped the first version in May 1992. No large company or sizable team stood behind it. It was largely a one-person project driven by enthusiasm for that fledgling Linux.

The name said it all. “Softlanding” meant a gentle touchdown, and the distribution’s slogan was as clever as it was telling: “Gentle touchdowns for DOS bailouts.” It aimed at users who wanted to escape MS-DOS and the other systems of the day without crashing headlong into the complexity of building Unix from scratch. SLS promised that friendly landing into the Linux world.

How You Installed It: The Age of Floppies

No ISOs, no USB drives. SLS came mainly on floppy disks, organized into modular series with a naming scheme many veterans recall fondly: the a set (a1–a4) held the base system, the b series the extras, c the compilers, and x (x1 through x10) the entire X Window System. You could also get it on tape or CD-ROM.

The system bundled roughly 500 precompiled utilities for text processing, compression, networking and program development, with support for hardware as coveted at the time as SCSI drives, CD-ROM readers and DOS file access. For 1992, that was an impressive arsenal.

Key Versions

SLS moved at a brisk pace during its short life:

  • 1.00 — August 12, 1992: the first formally numbered release.
  • 1.01 — April 18, 1993.
  • 1.03 — August 5, 1993.
  • 1.05 — April 5, 1994.
  • 1.06 — late 1994, the final release.

It peaked in early-to-mid 1993, when SLS was, quite simply, the most widely used Linux distribution on the planet. It ran on the i386 (Intel x86) architecture, the dominant PC platform of the era.

The Trivia: How SLS Gave Birth to Slackware and Debian

Here is the most fascinating part. For all its success, SLS had a reputation for being rather buggy and unstable. That frustration spawned no fewer than two of the most influential distributions in history.

On one hand, Patrick Volkerding started cleaning up and patching SLS for his own use. That “tidied-up SLS” grew into Slackware, the oldest distribution still in active development today.

On the other, Ian Murdock got so fed up with SLS’s problems that he set out to build a distribution from scratch, made with care and a serious packaging process. That is how Debian was born in late 1993, the direct ancestor of Ubuntu and a huge part of the modern Linux ecosystem.

There is another technical wrinkle. The Linux ecosystem was migrating from the old binary format to a newer one, and the way that transition was handled deepened SLS’s bad reputation, pushing users even harder toward the emerging alternatives.

The Legacy of a Pioneer

SLS barely survived 1994. Slackware and Yggdrasil quickly overtook it, and its name faded almost into oblivion outside historical circles. Yet its mark is enormous: it invented the concept of an all-in-one Linux distribution with a graphical environment included, and its flaws, by reaction, triggered the birth of two giants. Every time you install Debian, Ubuntu or Slackware, you are indirectly touching the legacy of that “soft landing” from 1992.

Sources