DeskTux

Linux on Desktops

User Tools

Site Tools


misc:sources.list

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
Next revisionBoth sides next revision
misc:sources.list [2019-02-10 14:09] – [For servers] jensmisc:sources.list [2019-08-31 18:41] – Updates for Buster jens
Line 7: Line 7:
 If you use a notebook, make sure to also read [[misc:Power_Management|these instructions]] and enable TLP in your sources.list. If you use a notebook, make sure to also read [[misc:Power_Management|these instructions]] and enable TLP in your sources.list.
  
-===== Stretch =====+===== Buster =====
 ==== sources.list ==== ==== sources.list ====
 <file bash sources.list> <file bash sources.list>
 ### Main Sources ### Main Sources
-deb http://ftp.XX.debian.org/debian/ stretch main contrib non-free+deb http://ftp.XX.debian.org/debian/ buster main contrib non-free
  
 ### Security Updates ### Security Updates
-deb http://security.debian.org/ stretch/updates main contrib non-free+deb http://security.debian.org/ buster/updates main contrib non-free
  
 ### Software Updates ### Software Updates
-deb http://ftp.XX.debian.org/debian/ stretch-updates main contrib non-free +deb http://ftp.XX.debian.org/debian/ buster-updates main contrib non-free 
-deb http://ftp.XX.debian.org/debian/ stretch-backports main contrib non-free +deb http://ftp.XX.debian.org/debian/ buster-backports main contrib non-free 
-deb http://ftp.XX.debian.org/debian/ stretch-proposed-updates main contrib non-free+deb http://ftp.XX.debian.org/debian/ buster-proposed-updates main contrib non-free
  
 ### Unofficial Packages ### Unofficial Packages
-#deb http://www.deb-multimedia.org stretch main non-free # Marillat+#deb http://www.deb-multimedia.org buster main non-free # Marillat
  
 ### Importing GPG keys for APT ### Importing GPG keys for APT
-# Marillat apt-get install deb-multimedia-keyring+# Marillat apt install deb-multimedia-keyring
 </file> </file>
  
Line 32: Line 32:
  
 If you are using fast-moving packages like ClamAV you should also enable the 'stretch-updates' repository. And for firmware files (sometimes necessary on servers) you should add the "non-free" section as well. If you are using fast-moving packages like ClamAV you should also enable the 'stretch-updates' repository. And for firmware files (sometimes necessary on servers) you should add the "non-free" section as well.
 +
 +<code bash>
 +# Main Sources
 +deb http://ftp.XX.debian.org/debian/ buster main
 +
 +# (Security) Updates
 +deb http://security.debian.org/ buster/updates main
 +#deb http://ftp.XX.debian.org/debian/ buster-updates main
 +</code>
 +
 +===== Stretch =====
 +==== sources.list ====
 +As Debian GNU/Linux (Buster) is the current release, I do not recommend to use Stretch on the desktop anymore.
 +
 +==== For servers ====
 +You can still use Stretch safely on a server, but you should upgrade before july 2020 as the security support for Buster will end then (unless you run an LTS supported version).
  
 <code bash> <code bash>
misc/sources.list.txt · Last modified: 2023-06-13 08:33 by jens