Installation
How to install KOMA-Script on any system.
Last updated May 9, 2026
Prerequisites
KOMA-Script requires a working LaTeX distribution:
- TeX Live ≥ 2020 (Linux / macOS / Windows)
- MiKTeX ≥ 21 (Windows / macOS / Linux)
- MacTeX ≥ 2020 (macOS)
TeX Live via package manager
sudo apt install texlive-latex-extra # Debian / Ubuntu
sudo dnf install texlive-koma-script # Fedora
sudo pacman -S texlive-latexextra # Arch LinuxVanilla TeX Live (from tug.org)
If you installed TeX Live directly from tug.org,
use tlmgr:
tlmgr install koma-script
tlmgr update koma-scriptMiKTeX
Install MiKTeX from miktex.org. KOMA-Script will be installed automatically on first use, or manually via the MiKTeX Console.
MacTeX
brew install --cask mactex
brew upgrade --cask mactexVerify
kpsewhich scrbook.clsA path means: ready to go.
Update
| Installed via | Update command |
|---|---|
| Vanilla TeX Live | tlmgr update koma-script |
| apt / dnf / pacman | the same package manager (e.g. sudo apt upgrade) |
| MacTeX via Homebrew | brew upgrade --cask mactex |
| MiKTeX | miktex update or the MiKTeX Console |