Site Tools


start:bookwormsourceslist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:bookwormsourceslist [2023/06/09 12:11] peterstart:bookwormsourceslist [2023/09/01 13:58] (current) peter
Line 1: Line 1:
 +DATE CHECKED THIS PAGE WAS VALID: 01/09/2023 
 +
 If you edited your /etc/apt/sources.list this is the default. Some sources can also be under /etc/apt/sources.list.d/ If you edited your /etc/apt/sources.list this is the default. Some sources can also be under /etc/apt/sources.list.d/
 +
 +It is advised you read the whole page so you understand what is happening. You dont need the mirror section for example.
  
 Sources.list example: Sources.list example:
  
 <code> <code>
-deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware +deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware 
-deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware+deb-src http://deb.debian.org/debian trixie main contrib non-free non-free-firmware
  
-deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware +deb http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware 
-deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware+deb-src http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
  
-deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware +deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware 
-deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware+deb-src http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
 </code> </code>
  
-If you want to also download from another mirror at the exact same time so you get concurrent downloads, you can add a mirror (security mirrors usually dont work for testing) but on a stable release it would be like this:+If you want to also download from another mirror at the exact same time so you get concurrent downloads, on a stable release it would be like this:
  
 <code> <code>
 #Mirror #Mirror
-deb http://ftp.us.debian.org/debian bookworm main contrib non-free non-free-firmware +deb http://ftp.us.debian.org/debian trixie main contrib non-free non-free-firmware 
-deb http://ftp.us.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware +deb http://ftp.us.debian.org/debian trixie-updates main contrib non-free non-free-firmware
-deb http://ftp.us.debian.org/debian bookworm-updates main contrib non-free non-free-firmware +
 </code> </code>
  
-A complete file would be like this :+A complete file would be similar to this :
  
  
 <code> <code>
 +#deb cdrom:[Debian GNU/Linux 12.1.0 _Bookworm_ - Official amd64 NETINST with firmware 20230722-10:48]/ bookworm>
 +
 +deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware
 +deb-src http://deb.debian.org/debian trixie main contrib non-free non-free-firmware
 +
 +deb http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
 +deb-src http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
 +
 +# trixie-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
 +deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
 +deb-src http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
 +
 # This system was installed using small removable media # This system was installed using small removable media
 # (e.g. netinst, live or single CD). The matching "deb cdrom" # (e.g. netinst, live or single CD). The matching "deb cdrom"
Line 33: Line 48:
 # For information about how to configure apt package sources, # For information about how to configure apt package sources,
 # see the sources.list(5) manual. # see the sources.list(5) manual.
- 
-# deb http://deb.debian.org/debian/ bookworm-backports main contrib non-free 
- 
-deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware 
-deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware 
- 
-deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware 
-deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware 
- 
-deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware 
-deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware 
  
 #Mirror #Mirror
-deb http://ftp.us.debian.org/debian bookworm main contrib non-free non-free-firmware +deb http://ftp.us.debian.org/debian trixie main contrib non-free non-free-firmware 
-deb http://ftp.us.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware +deb http://ftp.us.debian.org/debian trixie-updates main contrib non-free non-free-firmware
-deb http://ftp.us.debian.org/debian bookworm-updates main contrib non-free non-free-firmware+
 </code> </code>
  
  
 The mirror section is not required and not advised to add unless you know what you are doing. Just putting it out there if you want to test and learn more (which is why we are all here). The mirror section is not required and not advised to add unless you know what you are doing. Just putting it out there if you want to test and learn more (which is why we are all here).
- 
-While running testing since mirrors dont exist for testing security you would get an error like this: 
-Err:16 http://ftp.us.debian.org/debian-security bookworm-security Release                           
-  404  Not Found [IP: 208.80.154.139 80] 
-E: The repository 'http://ftp.us.debian.org/debian-security bookworm-security Release' does not have a Release file. 
- 
- 
-This would work when it became stable due to how Debian is packaged. So you cant get concurrent downloads on security fixes if you run testing. 
      
start/bookwormsourceslist.1686312716.txt.gz · Last modified: 2023/06/09 12:11 by peter