Skip to content

Instantly share code, notes, and snippets.

@diazswag
Created November 5, 2021 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diazswag/b8a49803ae44b6a8a6fbe01ec8d681fc to your computer and use it in GitHub Desktop.
Save diazswag/b8a49803ae44b6a8a6fbe01ec8d681fc to your computer and use it in GitHub Desktop.
root@7127b16d8bce:/# cat /etc/apt/sources.list
# deb http://snapshot.debian.org/archive/debian/20211011T000000Z buster main
deb http://deb.debian.org/debian buster main
# deb http://snapshot.debian.org/archive/debian-security/20211011T000000Z buster/updates main
deb http://security.debian.org/debian-security buster/updates main
# deb http://snapshot.debian.org/archive/debian/20211011T000000Z buster-updates main
deb http://deb.debian.org/debian buster-updates main
root@7127b16d8bce:/# apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package build-essential
root@7127b16d8bce:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment