Differences between revisions 13 and 14
Revision 13 as of 2017-01-29 21:35:41
Size: 2569
Editor: Diego Alonso
Comment: added spanish translation link
Revision 14 as of 2017-01-31 21:23:47
Size: 2569
Editor: vauss
Comment: typo
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[es/StableUpdates|español]] - [[fr/StableUpdates|Français]] - [[it/StableUpdates|Italiano]]-~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[es/StableUpdates|Español]] - [[fr/StableUpdates|Français]] - [[it/StableUpdates|Italiano]]-~

Translation(s): English - Español - Français - Italiano


stable-updates

Introduction

Some packages from proposed-updates may also be made available via the stable-updates mechanism. This path will be used for updates which many users may wish to install on their systems before the next point release is made, such as updates to virus scanners and timezone data. All packages from stable-updates will be included in point releases.

For Debian 8 "Jessie", in order to use packages from jessie-updates (aka stable-updates), you can add an entry to your sources.list. For example:

deb     http://httpredir.debian.org/debian jessie-updates main contrib
deb-src http://httpredir.debian.org/debian jessie-updates main contrib

For Debian 7 "Wheezy", in order to use packages from wheezy-updates (aka oldstable-updates), you can add an entry to your sources.list. For example:

deb     http://httpredir.debian.org/debian wheezy-updates main contrib
deb-src http://httpredir.debian.org/debian wheezy-updates main contrib

The next time you run apt-get update, the system will become aware of the packages in the (old)stable-updates section and will consider them when looking for packages to upgrade.

Note that if APT::Default-Release is set in your /etc/apt/apt.conf (or in any of /etc/apt/apt.conf.d/*), then, in order for automatic upgrades to work, it is necessary to add a similar configuration block to /etc/apt/preferences (see apt_preferences(5) for more information):

Package: *
Pin: release o=Debian,n=jessie-updates
Pin-Priority: 990

When a new package is made available via (old)stable-updates, this will be announced on the debian-stable-announce mailing list.

stable-updates were introduced in DebianSqueeze, to replace DebianLenny's Volatile (see announcement).

See also