Advertisement
Kimarite

sources.list (Debian 12)

Jun 2nd, 2024 (edited)
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. # deb cdrom:[Debian GNU/Linux 12.2.0 _Bookworm_ - Official amd64 NETINST with firmware 20231007-10:28]/ bookworm main non-free-firmware
  2.  
  3. # stable packages, to get default packages for the system usage
  4. deb http://ftp.debian.sk/debian/ bookworm main contrib non-free non-free-firmware
  5. deb-src http://ftp.debian.sk/debian/ bookworm main contrib non-free non-free-firmware
  6.  
  7. # debian-security, to get security updates
  8. deb http://security.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
  9. deb-src http://security.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
  10.  
  11. # bookworm-updates, to get updates before a point release is made;
  12. # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
  13. deb http://ftp.debian.sk/debian/ bookworm-updates main contrib non-free non-free-firmware
  14. deb-src http://ftp.debian.sk/debian/ bookworm-updates main contrib non-free non-free-firmware
  15.  
  16. # bookworm-backports, to get some backported package from the next main release;
  17. # see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
  18. deb http://ftp.debian.sk/debian/ bookworm-backports main contrib non-free non-free-firmware
  19. deb-src http://ftp.debian.sk/debian/ bookworm-backports main contrib non-free non-free-firmware
  20.  
  21. # proposed-updates for the next point release
  22. # see https://www.debian.org/releases/proposed-updates
  23. # and https://wiki.debian.org/StableProposedUpdates
  24. deb http://ftp.debian.sk/debian bookworm-proposed-updates main contrib non-free non-free-firmware
  25. deb-src http://ftp.debian.sk/debian bookworm-proposed-updates main contrib non-free non-free-firmware
  26.  
  27. # backtrace and debugging symbols
  28. # see https://wiki.debian.org/AutomaticDebugPackages
  29. # see https://wiki.debian.org/HowToGetABacktrace
  30. deb http://deb.debian.org/debian-debug/ bookworm-debug main contrib non-free non-free-firmware
  31. deb-src http://deb.debian.org/debian-debug/ bookworm-debug main contrib non-free non-free-firmware
  32. # for debugging security updates
  33. deb http://deb.debian.org/debian-debug/ bookworm-proposed-updates-debug main contrib non-free non-free-firmware
  34. deb-src http://deb.debian.org/debian-debug/ bookworm-proposed-updates-debug main contrib non-free non-free-firmware
  35. # for backports debugging
  36. deb http://deb.debian.org/debian-debug/ bookworm-backports-debug main contrib non-free non-free-firmware
  37. deb-src http://deb.debian.org/debian-debug/ bookworm-backports-debug main contrib non-free non-free-firmware
  38.  
  39. # debian mirror list
  40. # see https://www.debian.org/mirror/list
  41.  
  42. # debian sources.list
  43. # see https://wiki.debian.org/SourcesList
  44.  
  45. # non-free and non-free-firmware components
  46. # see https://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.en.html#non-free-firmware
  47.  
  48. # apt_preferences or apt-pinning
  49. # see https://manpages.debian.org//bookworm/apt/apt_preferences.5.en.html
  50.  
  51. # backport package uploads to bookworm
  52. # see https://backports.debian.org/changes/bookworm-backports.html
  53. # and diffs between bookworm-backports and trixie
  54. # see https://backports.debian.org/bookworm-backports/overview/
  55. # and diffs between bullseye-backports and bookworm
  56. # see https://backports.debian.org/bullseye-backports/overview/
  57.  
  58. # This system was installed using small removable media
  59. # (e.g. netinst, live or single CD). The matching "deb cdrom"
  60. # entries were disabled at the end of the installation process.
  61. # For information about how to configure apt package sources,
  62. # see the sources.list(5) manual.
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement