Skip to content

Instantly share code, notes, and snippets.

@ishad0w
Last active May 28, 2025 02:26
Show Gist options
  • Save ishad0w/6ce1eb569c734880200c47923577426a to your computer and use it in GitHub Desktop.
Save ishad0w/6ce1eb569c734880200c47923577426a to your computer and use it in GitHub Desktop.
Debian 10 (Buster) -- Full sources.list
deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-free
deb http://security.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security/ buster/updates main contrib non-free
@JIA-J2
Copy link

JIA-J2 commented Sep 4, 2024

Remove buster-backports

@ishad0w
Copy link
Author

ishad0w commented Sep 4, 2024

Remove buster-backports

Done. Thanks.

@JIA-J2
Copy link

JIA-J2 commented Sep 4, 2024

deb http://archive.debian.org/debian buster-backports main
I found this, but I don't know if it's correct

@0xdnL
Copy link

0xdnL commented Oct 7, 2024

thanks @erwiower2 ! pasted the block and apt-get update works again

@BOJILIJEBNIK
Copy link

deb http://archive.debian.org/debian/ buster main contrib non-free
deb http://archive.debian.org/debian/ buster-updates main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb http://archive.debian.org/debian/ buster-backports main contrib non-free

@karlbaillie
Copy link

deb http://archive.debian.org/debian/ buster main contrib non-free
deb http://archive.debian.org/debian/ buster-updates main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb http://archive.debian.org/debian/ buster-backports main contrib non-free

thank you 👍

@FlorianHeigl
Copy link

FlorianHeigl commented May 28, 2025

one note, for some reason there's no buster security updates for mips64. Maybe I already knew why, but at least today I definitely don't.
upgrading from jessie directly in a test, I had to accept following keys:

# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
605C66F00D6C9793 0E98404D386FA1D9 648ACFD622F3D138 \
648ACFD622F3D138 0E98404D386FA1D9 DCC9EFBF77E11517 \
6ED0E7B82643E131 112695A0E562B32A 54404762BBB6E853

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