Skip to content

Instantly share code, notes, and snippets.

@alshdavid
Last active December 27, 2021 05:20
Show Gist options
  • Save alshdavid/9b0c2efc9f3c6d0f75abcc2e789a0479 to your computer and use it in GitHub Desktop.
Save alshdavid/9b0c2efc9f3c6d0f75abcc2e789a0479 to your computer and use it in GitHub Desktop.
Debian Sid Instructions
  1. Run sudo nano /etc/apt/sources.list
  2. Add contrib non-free to each deb and deb-src source
deb [...] bullseye main contrib non-free
deb-src [...] bullseye main contrib non-free

deb [...] bullseye-security main contrib non-free
deb-src [...] bullseye-security main contrib non-free

deb [...] bullseye-updates main contrib non-free
deb-src [...] bullseye-updates main contrib non-free
  1. Change only the first two sources to use unstable or testing.
deb http://deb.debian.org/debian/ unstable main contrib non-free
deb-src http://deb.debian.org/debian/ unstable main contrib non-free
  1. Run sudo apt update && sudo apt dist-upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment