Skip to content

Instantly share code, notes, and snippets.

@ishad0w
Last active October 19, 2025 17:09
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
@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

@alekam
Copy link

alekam commented Jul 14, 2025

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

This is not work anymore

@erwiower2
Copy link

erwiower2 commented Jul 14, 2025

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

@alexandre-alvarengazh
Copy link

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

thanks, that worked for me 👍

@Msharma3
Copy link

thank this works, really helped 👍

@kamalzairig
Copy link

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

This worked, thanks !

@TopheC
Copy link

TopheC commented Aug 11, 2025

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

This worked for me as well, thanks !

@iamtalhaasghar
Copy link

life saver!

@FlorianHeigl
Copy link

FlorianHeigl commented Aug 12, 2025 via email

@cid1307
Copy link

cid1307 commented Sep 18, 2025

Estava procurando essa informação. Obrigado.

@enoch85
Copy link

enoch85 commented Oct 9, 2025

Also pro tip:

wget https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-archive-keyring_2022.06.08_all.deb
sudo dpkg -i freexian-archive-keyring_2022.06.08_all.deb
# Freexian Extended LTS (security updates + all packages)
deb http://deb.freexian.com/extended-lts buster main contrib non-free

@BOJILIJEBNIK
Copy link

It's working

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://archive.debian.org/debian-security buster/updates main contrib non-free
deb http://archive.debian.org/debian/ buster-backports main contrib non-free

@spldart
Copy link

spldart commented Oct 11, 2025

I just copied pasted BOJILIJEBNIK's sources post into my .list and I'm fixed right up ;~)

@danielgonzalez22
Copy link

Thanks to you all, these are the working ones (October 19-2025)

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://archive.debian.org/debian-security buster/updates main contrib non-free
deb http://archive.debian.org/debian/ buster-backports main contrib non-free

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