Skip to content

Instantly share code, notes, and snippets.

@ceving
Created November 29, 2023 08:20
Show Gist options
  • Save ceving/7acace58e8150be3745a3f3504ceec28 to your computer and use it in GitHub Desktop.
Save ceving/7acace58e8150be3745a3f3504ceec28 to your computer and use it in GitHub Desktop.
Current Debian sources for main and testing

Current Debian sources for main and testing

  • stable: bookworm
  • testing: trixie

/etc/apt/apt.conf.d/99defaultrelease

APT::Default-Release "bookworm";

/etc/apt/sources.list

deb     http://deb.debian.org/debian/              bookworm main contrib non-free non-free-firmware

deb     http://security.debian.org/debian-security bookworm-security main
deb-src http://security.debian.org/debian-security bookworm-security main

deb     http://ftp.de.debian.org/debian/           trixie main contrib non-free
deb-src http://ftp.de.debian.org/debian/           trixie main contrib non-free

deb     http://security.debian.org/debian-security trixie-security main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment