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 [2016-02-16 13:32] – external edit 127.0.0.1 | 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, |
- | ===== 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 http:// | + | deb http:// |
- | deb-src http:// | + | </ |
- | deb http:// | + | |
- | ### Unofficial Packages | + | ===== Bullseye and older ===== |
- | deb http://mozilla.debian.net/ | + | <file bash sources.list> |
- | #deb http:// | + | ### /etc/apt/sources.list |
+ | # Make sure to replace XX with your local mirror language/country code | ||
+ | # Make sure to replace CODENAME with the release codename you are running | ||
- | ### Importing GPG keys for APT | + | ### Main Sources |
- | # Iceweasel apt-get install pkg-mozilla-archive-keyring | + | deb http:// |
- | # Marillat apt-get install | + | |
- | </ | + | |
- | ==== For servers ==== | + | ### Security Updates |
- | 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 ' | + | ### Software Updates |
+ | deb http:// | ||
+ | deb http:// | ||
+ | deb http:// | ||
+ | </ | ||
- | <code bash> | + | ===== 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://ftp.XX.debian.org/debian/ | + | |
+ | ==== Bookworm and newer ==== | ||
+ | <file bash sources.list> | ||
+ | ### /etc/apt/sources.list | ||
+ | # Make sure to replace | ||
+ | # Make sure to replace CODENAME with the release codename you are running | ||
- | # (Security) Updates | ||
- | deb http:// | ||
- | # | ||
- | </ | ||
- | ===== Wheezy ===== | ||
- | Because Jessie has been released I no longer recommend installing Wheezy as your Desktop OS. | ||
- | ==== sources.list ==== | ||
- | < | ||
### 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:// | + | </file> |
- | deb http:// | + | |
- | deb-src http: | + | |
- | deb http:// | + | |
- | ### Unofficial Packages | + | ==== Bullseye and older ==== |
- | deb http:// | + | Because many servers need the firmware for hardware to function properly, I added the '' |
- | deb http:// | + | |
- | ### Importing GPG keys for APT | + | <file bash sources.list> |
- | # Iceweasel apt-get install pkg-mozilla-archive-keyring | + | ### /etc/apt/ |
- | # Marillat apt-get install deb-multimedia-keyring | + | # 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 |
- | <code bash> | + | deb http:// |
- | # Main Sources | + | |
- | deb http:// | + | |
- | # (Security) Updates | + | ### Security Updates |
- | deb http:// | + | deb http:// |
- | # | + | |
- | # | + | |
- | </ | + | |
- | ===== Squeeze ===== | + | ### Software Updates |
- | <WRAP tip> | + | deb http:// |
- | Although the official support for Squeeze has ended, you can still get security support for Squeeze by adding the '' | + | </file> |
- | </WRAP> | + | |
- | Because of the by now very old software available in Squeeze I do no longer recommend to use Squeeze on a desktop. | + | ===== LTS ===== |
- | ==== For servers | + | Sometimes, especially on servers, it can happen that you need to run an older version of Debian to ensure stable production. In those cases you can use the LTS((Long Term Support)) repositories. LTS is usually only available only for the i386 and amd64 architectures. |
- | If you still have servers | + | |
- | <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/ | + | |
- | # (Security) Updates | + | A fitting '' |
- | deb http:// | + | |
- | #deb http:// | + | |
- | deb http:// | + | |
- | </ | + | |
- | ===== Lenny ===== | + | <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/ | + | |
- | </ | + | |
- | ===== Etch ===== | + | ### Security Updates |
- | Currently you shouldn' | + | deb http://security.debian.org/ |
+ | </ | ||
- | <code bash> | + | ~~DISCUSSION~~ |
- | # Main Sources | + | |
- | deb http:// | + | |
- | </ | + |
misc/sources.list.1455629571.txt.gz · Last modified: 2016-03-08 10:04 (external edit)