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
@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