Skip to content

Instantly share code, notes, and snippets.

@hakerdefo
Created June 11, 2023 18:47
Show Gist options
  • Select an option

  • Save hakerdefo/5e1f51fa93ff37871b9ff738b05ba30f to your computer and use it in GitHub Desktop.

Select an option

Save hakerdefo/5e1f51fa93ff37871b9ff738b05ba30f to your computer and use it in GitHub Desktop.
Debian 12 "bookworm" complete sources.list
deb https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware
deb https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware
# deb-src https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware
@SleepTheGod
Copy link
Copy Markdown

SleepTheGod commented Apr 26, 2026

# =========================
# STABLE (BOOKWORM)
# =========================
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware

deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware

deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

deb https://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware


# =========================
# TESTING (TRIXIE)
# =========================
deb https://deb.debian.org/debian testing main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian testing main contrib non-free non-free-firmware


# =========================
# UNSTABLE (SID)
# =========================
deb https://deb.debian.org/debian unstable main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian unstable main contrib non-free non-free-firmware


# =========================
# EXPERIMENTAL
# =========================
deb https://deb.debian.org/debian experimental main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian experimental main contrib non-free non-free-firmware


# =========================
# DEBUG SYMBOLS
# =========================
deb https://deb.debian.org/debian-debug bookworm-debug main contrib non-free
deb-src https://deb.debian.org/debian-debug bookworm-debug main contrib non-free


# =========================
# SNAPSHOT (READ-ONLY / OPTIONAL)
# =========================
deb https://snapshot.debian.org/archive/debian bookworm main contrib non-free non-free-firmware
deb-src https://snapshot.debian.org/archive/debian bookworm main contrib non-free non-free-firmware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment