misc:sources.list
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
misc:sources.list [2017-10-29 11:03] – jens | misc:sources.list [2024-05-20 11:37] (current) – [LTS] Add info about what LTS means jens | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
+ | For people using Debian---especially new users---it can be confusing to have the proper and correct entries in the ''/ | ||
- | This is my '' | + | You should---of course---use a [[http://www.debian.org/ |
- | You should---of course---use a [[http://www.debian.org/mirror/list|Debian mirror]] that is not too far away from you. The examples below contain | + | I also used to have the entries for [[http://deb-multimedia.org/|Marillat]] packages by default but decided to remove them. They become less and less relevant (for me) and change too much in the base system which makes it difficult to impossible to remove them again. If you still wish to use those, feel free to use them of course. For instructions see the [[http:// |
- | If you use a notebook, make sure to also read [[misc: | + | Because users usually do not do development, |
- | ===== Stretch | + | ===== Bookworm and newer ===== |
- | ==== sources.list | + | |
<file bash sources.list> | <file bash sources.list> | ||
+ | ### / | ||
+ | # Make sure to replace XX with your local mirror language/ | ||
+ | # Make sure to replace CODENAME with the release codename you are running | ||
+ | |||
### Main Sources | ### Main Sources | ||
- | deb http:// | + | deb http:// |
### Security Updates | ### Security Updates | ||
- | deb http:// | + | deb http:// |
### Software Updates | ### Software Updates | ||
- | deb http:// | + | deb http:// |
- | deb http:// | + | deb http:// |
- | deb http:// | + | deb http:// |
- | + | ||
- | ### Unofficial Packages | + | |
- | # | + | |
- | + | ||
- | ### Importing GPG keys for APT | + | |
- | # Marillat apt-get install deb-multimedia-keyring | + | |
</ | </ | ||
- | ==== For servers | + | ===== Bullseye and older ===== |
- | Although my page is aimed at desktop usage, please don't use the above sources.list | + | <file bash sources.list> |
+ | ### / | ||
+ | # Make sure to replace XX with your local mirror language/ | ||
+ | # Make sure to replace CODENAME with the release codename you are running | ||
- | If you are using fast-moving packages like ClamAV you should also enable the ' | + | ### Main Sources |
+ | deb http:// | ||
- | <code bash> | + | ### Security Updates |
- | # Main Sources | + | deb http:// |
- | deb http:// | + | |
+ | ### Software Updates | ||
+ | deb http:// | ||
+ | deb http:// | ||
+ | deb http:// | ||
+ | </ | ||
- | # (Security) Updates | + | ===== Servers ===== |
- | deb http:// | + | Although my page is aimed at desktop usage, please don't use the above sources.list on a server. There it should look something like this. |
- | # | + | |
- | </ | + | |
- | ===== Jessie ===== | + | ==== Bookworm and newer ==== |
- | ==== sources.list | + | |
<file bash sources.list> | <file bash sources.list> | ||
+ | ### / | ||
+ | # Make sure to replace XX with your local mirror language/ | ||
+ | # Make sure to replace CODENAME with the release codename you are running | ||
+ | |||
### Main Sources | ### Main Sources | ||
- | deb http:// | + | deb http:// |
- | deb-src http:// | + | |
### Security Updates | ### Security Updates | ||
- | deb http:// | + | deb http:// |
- | deb-src http://security.debian.org/ | + | |
### Software Updates | ### Software Updates | ||
- | deb http:// | + | deb http:// |
- | deb-src http:// | + | |
- | deb http:// | + | |
- | deb-src http:// | + | |
- | deb http:// | + | |
- | + | ||
- | ### Unofficial Packages | + | |
- | deb | + | |
- | # | + | |
- | + | ||
- | ### Importing GPG keys for APT | + | |
- | # Firefox apt-get install pkg-mozilla-archive-keyring | + | |
- | # Marillat apt-get install deb-multimedia-keyring | + | |
</ | </ | ||
- | ==== For servers | + | ==== Bullseye and older ==== |
- | Although my page is aimed at desktop usage, please don't use the above sources.list on a server! There it should look something like this. | + | Because many servers need the firmware for hardware to function properly, I added the '' |
- | If you are using fast-moving packages like ClamAV you should also enable the ' | + | <file bash sources.list> |
+ | ### / | ||
+ | # Make sure to replace XX with your local mirror language/ | ||
+ | # Make sure to replace CODENAME with the release codename | ||
- | <code bash> | + | ### Main Sources |
- | # Main Sources | + | deb http:// |
- | deb http:// | + | |
- | # (Security) Updates | + | ### Security Updates |
- | deb http:// | + | deb http:// |
- | # | + | |
- | </ | + | |
- | ===== Wheezy ===== | + | ### Software Updates |
- | <WRAP round tip> | + | deb http:// |
- | Although the official support for Wheezy has ended in april 2016, you can still get security support for Wheezy by adding the '' | + | </file> |
- | </WRAP> | + | |
- | Because | + | ===== LTS ===== |
+ | Sometimes, especially on servers, it can happen that you need to run an older version | ||
- | ==== For servers ==== | + | For current available LTS versions and the actual support end date, please check the [[https://wiki.debian.org/ |
- | <code bash> | + | |
- | # Main Sources | + | |
- | deb http://ftp.XX.debian.org/ | + | |
- | # (Security) Updates | + | A fitting '' |
- | deb http:// | + | |
- | #deb http:// | + | |
- | deb http:// | + | |
- | </ | + | |
- | ===== Squeeze ===== | + | <file bash sources.list> |
- | Currently you shouldn' | + | ### / |
+ | # For LTS Releases | ||
+ | # Make sure to replace CODENAME with the release codename you are running | ||
- | <code bash> | + | ### Main Sources |
- | # Main Sources | + | deb http://deb.debian.org/ |
- | deb http://ftp.XX.debian.org/ | + | |
- | </ | + | |
- | ===== Lenny ===== | + | ### Security Updates |
- | Currently you shouldn' | + | deb http://security.debian.org/ |
- | + | </file> | |
- | <code bash> | + | |
- | # Main Sources | + | |
- | deb http://ftp.XX.debian.org/ | + | |
- | </code> | + | |
- | + | ||
- | ===== Etch ===== | + | |
- | Currently you shouldn' | + | |
- | <code bash> | + | ~~DISCUSSION~~ |
- | # Main Sources | + | |
- | deb http:// | + | |
- | </ | + |
misc/sources.list.1509275023.txt.gz · Last modified: 2017-10-29 11:03 by jens