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-02-18 07:40] – Stretch 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 ===== |
- | Because Stretch is frozen, it is time for a preliminary sources.list for Stretch. | + | |
- | + | ||
- | ==== 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://ftp.nl.debian.org/ | + | deb http:// |
- | + | ||
- | ### Unofficial Packages | + | |
- | # | + | |
- | # | + | |
- | + | ||
- | ### Importing GPG keys for APT | + | |
- | # Iceweasel apt-get install pkg-mozilla-archive-keyring | + | |
- | # Marillat apt-get install deb-multimedia-keyring | + | |
</ | </ | ||
- | ===== Jessie | + | ===== Bullseye and older ===== |
- | ==== 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 http:// | + | deb http:// |
- | deb-src http: | + | </file> |
- | deb http:// | + | |
- | ### Unofficial Packages | + | ===== Servers ===== |
- | deb | + | 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. |
- | # | + | |
- | ### Importing GPG keys for APT | + | ==== Bookworm and newer ==== |
- | # Firefox apt-get install pkg-mozilla-archive-keyring | + | <file bash sources.list> |
- | # Marillat apt-get install deb-multimedia-keyring | + | ### /etc/apt/ |
- | </file> | + | # Make sure to replace XX with your local mirror language/country code |
+ | # Make sure to replace CODENAME with the release codename you are running | ||
- | ==== For servers ==== | + | ### Main Sources |
- | 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. | + | deb http:// |
- | If you are using fast-moving packages like ClamAV you should also enable the ' | + | ### Security Updates |
+ | deb http:// | ||
- | <code bash> | + | ### Software Updates |
- | # Main Sources | + | deb http:// |
- | deb http:// | + | </ |
- | # (Security) Updates | + | ==== Bullseye and older ==== |
- | deb http:// | + | Because many servers need the firmware for hardware to function properly, I added the '' |
- | # | + | |
- | </ | + | |
- | ===== Wheezy ===== | + | <file bash sources.list> |
- | <WRAP round tip> | + | ### / |
- | Although the official support for Wheezy will end in april 2016, you can still get security support for Wheezy by adding the '' | + | # Make sure to replace XX with your local mirror language/country code |
- | </WRAP> | + | # Make sure to replace CODENAME with the release codename you are running |
- | Because of the by now very old software available in Wheezy I do no longer recommend to use Wheezy on a desktop. | + | ### Main Sources |
+ | deb http:// | ||
- | ==== For servers ==== | + | ### Security Updates |
- | <code bash> | + | deb http://security.debian.org/ |
- | # Main Sources | + | |
- | deb http://ftp.XX.debian.org/ | + | |
- | # (Security) | + | ### Software |
- | deb http:// | + | deb http:// |
- | #deb http:// | + | </file> |
- | # | + | |
- | </code> | + | |
- | ===== Squeeze | + | ===== LTS ===== |
- | Currently you shouldn' | + | Sometimes, especially on servers, it can happen |
- | <code bash> | + | For current available LTS versions and the actual support end date, please check the [[https://wiki.debian.org/ |
- | # Main Sources | + | |
- | deb http://ftp.XX.debian.org/ | + | |
- | </ | + | |
- | ===== Lenny ===== | + | A fitting '' |
- | Currently you shouldn't use Lenny anymore for there are no more security updates. The following | + | |
- | <code bash> | + | <file bash sources.list> |
- | # Main Sources | + | ### /etc/apt/sources.list |
- | deb http://ftp.XX.debian.org/debian-archive/ | + | # For LTS Releases |
- | </ | + | # Make sure to replace CODENAME with the release codename you are running |
- | ===== Etch ===== | + | ### Main Sources |
- | Currently you shouldn' | + | deb http://deb.debian.org/ |
+ | |||
+ | ### Security Updates | ||
+ | deb http://security.debian.org/ | ||
+ | </ | ||
- | <code bash> | + | ~~DISCUSSION~~ |
- | # Main Sources | + | |
- | deb http:// | + | |
- | </ | + |
misc/sources.list.1487403628.txt.gz · Last modified: 2017-02-18 07:40 by jens