Differences between revisions 9 and 10
Revision 9 as of 2014-07-29 23:29:20
Size: 2099
Editor: GeoffSimmons
Comment: Provide working examples, drop quoting (as we're now deviating from it).
Revision 10 as of 2015-05-14 23:02:25
Size: 2471
Editor: GeoffSimmons
Comment: Amend for Debian 8.0 release, use httpredir.debian.org, https-ify, drop debian.org/volatile link.
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/StableUpdates|Italiano]] -~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[it/StableUpdates|Italiano]]-~
Line 8: Line 8:
Some packages from [[StableProposedUpdates|proposed-updates]] may also be made available via the {{{wheezy-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 {{{wheezy-updates}}} will be included in point releases. Some packages from [[StableProposedUpdates|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.
Line 10: Line 10:
In order to use packages from {{{wheezy-updates}}}, you can add an entry to your sources.list. For example: {{{
deb http://http.debian.net/debian wheezy-updates main contrib
deb-src http://http.debian.net/debian wheezy-updates main contrib
For [[DebianJessie|Debian 8 "Jessie"]], in order to use packages from {{{jessie-updates}}} (aka {{{stable-updates}}}), you can add an entry to your [[SourcesList|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
Line 15: Line 15:
The next time you run {{{apt-get update}}}, the system will become aware of the packages in the wheezy-updates section and will consider them when looking for packages to upgrade. For [[DebianWheezy|Debian 7 "Wheezy"]], in order to use packages from {{{wheezy-updates}}} (aka {{{oldstable-updates}}}), you can add an entry to your [[SourcesList|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
}}}
Line 17: Line 20:
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 the following configuration block into {{{/etc/apt/preferences}}} (see [[DebianMan:5/apt_preferences|apt_preferences(5)]] for more information): {{{ 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 [[DebianMan:5/apt_preferences|apt_preferences(5)]] for more information): {{{
Line 19: Line 24:
Pin: release o=Debian,n=wheezy-updates Pin: release o=Debian,n=jessie-updates
Line 23: Line 28:
When a new package is made available via wheezy-updates, this will be announced on the [[http://lists.debian.org/debian-stable-announce/|debian-stable-announce]] mailing list. When a new package is made available via (old)stable-updates, this will be announced on the [[https://lists.debian.org/debian-stable-announce/|debian-stable-announce]] mailing list.
Line 25: Line 30:
{{{stable-updates}}} were introduced in DebianSqueeze, to replace DebianLenny's Volatile (see [[http://www.debian.org/News/2011/20110215|announcement]]). {{{stable-updates}}} were introduced in DebianSqueeze, to replace DebianLenny's Volatile (see [[https://www.debian.org/News/2011/20110215|announcement]]).
Line 29: Line 34:
 * http://www.debian.org/volatile/ - Debian-Volatile official page.
 * http
://lists.debian.org/debian-stable-announce/ - Updates to stable packages will be announced on this list.
 * [[http://lists.debian.org/debian-devel-announce/2011/03/msg00010.html|Bit from the SRMs: the "stable-updates" suite]]
 * https://lists.debian.org/debian-stable-announce/ - Updates to stable packages will be announced on this list.
 * [[https://lists.debian.org/debian-devel-announce/2011/03/msg00010.html|Bit from the SRMs: the "stable-updates" suite]]

Translation(s): 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