Skip to content

Instantly share code, notes, and snippets.

@nhthai2005
Created May 18, 2022 15:04
Show Gist options
  • Save nhthai2005/ca71f59bdd80ff453f69854c2e3008f7 to your computer and use it in GitHub Desktop.
Save nhthai2005/ca71f59bdd80ff453f69854c2e3008f7 to your computer and use it in GitHub Desktop.
Howto make apt udpate online on debian
# deb cdrom:[Debian GNU/Linux 11.3.0 _Bullseye_ - Official amd64 DVD Binary-1 20220326-11:23]/ bullseye contrib main
deb http://security.debian.org/debian-security bullseye-security main contrib
deb-src http://security.debian.org/debian-security bullseye-security main contrib
# bullseye-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://deb.debian.org/debian/ bullseye-updates main contrib
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib
deb http://deb.debian.org/debian bullseye main
deb-src http://deb.debian.org/debian bullseye main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment