Skip to content

Instantly share code, notes, and snippets.

@ishad0w
Last active March 21, 2024 14:37
Show Gist options
  • Star 38 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • 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://deb.debian.org/debian buster-backports main contrib non-free
deb-src http://deb.debian.org/debian buster-backports 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
@ishad0w
Copy link
Author

ishad0w commented Sep 15, 2020

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

Copy link

ghost commented Sep 18, 2021

thank you. nobody is smart enough to put it in google

@gyoder
Copy link

gyoder commented Sep 21, 2021

thanks for this. couldnt find it anywhere else

@mateofumis
Copy link

GREAT! Thanks you bro!

@123satchipanda
Copy link

Saved my day. Thank you so much

@bogdanionitabp
Copy link

Thanks, I accidentally "sudo rm /etc/apt/sources.list" and this saved me 👍

@Cyprinus12138
Copy link

u r my hero👍

@FlorianHeigl
Copy link

FlorianHeigl commented Jul 25, 2023

localized example

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

note that those 'ftp' servers didn't work for me using anon ftp, it tried logging in and timed out. welcome to web 3.0

@ccmks
Copy link

ccmks commented Nov 28, 2023

This saved my life! I had issue on the local VPS that unable to install several package

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