Skip to content

Instantly share code, notes, and snippets.

@mok0
Created December 26, 2021 10:04
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 mok0/9f709addd8cbeededa503bc3b746c199 to your computer and use it in GitHub Desktop.
Save mok0/9f709addd8cbeededa503bc3b746c199 to your computer and use it in GitHub Desktop.
sources.list file for Ubuntu
# Replace DISTRIBUTION with the code name of the desired distribution, e.g. hirsute
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION main restricted
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION-updates main restricted
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION universe
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION-updates universe
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION multiverse
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION-updates multiverse
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION-security main restricted
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION-security universe
deb http://archive.ubuntu.com/ubuntu DISTRIBUTION-security multiverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment