Glossary

Arch Linux

Arch Linux is a lightweight, flexible, rolling-release Linux distribution with a reputation for minimalism and a steep but rewarding learning curve. Founded by Judd Vinet in 2002, it follows the KISS principle (Keep It Simple, Stupid): install only what you need, configure it yourself, and keep the system fully up to date through a continuous rolling release. There are no "versions" of Arch—you install once and pacman -Syu forever.

A fresh Arch install begins with a text-mode environment and a wiki page. The installer is a set of documented steps, not a graphical wizard. You partition, mount, run pacstrap to install the base system, write a bootloader, generate fstab, and reboot. An installer script (archinstall) now exists for those who want something less hands-on, but the traditional experience is valued precisely because it teaches you how the system works.

The Arch Wiki is, in many people's opinion, the best Linux documentation in existence. Even users of other distributions routinely consult it. The AUR (Arch User Repository) provides user-contributed build scripts for nearly any software imaginable, making Arch's effective package coverage enormous.

Arch is a great choice for developers, tinkerers, and people who want to understand Linux deeply. For production servers it is less common, because the rolling release demands constant attention.

Related terms: pacman, aur, Distribution, arch-wiki

Discussed in:

Also defined in: Textbook of Linux