Differences between revisions 1 and 38 (spanning 37 versions)
Revision 1 as of 2004-05-12 12:07:14
Size: 463
Editor: anonymous
Comment:
Revision 38 as of 2023-04-04 02:44:08
Size: 3497
Editor: PaulWise
Comment: deb.debian.org supports https, any cert errors are because users are being attacked
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Auto-converted by kwiki2moinmoin v2005-10-07
== The experimental repository ==
Quoting the [http://www.debian.org/doc/FAQ/ch-ftparchives.en.html Debian FAQ]:
"{{{project/experimental/}}}: This directory contains packages and tools which are still being developed, and are still in the alpha testing stage. Users shouldn't be using packages from here, because they can be dangerous and harmful even for the most experienced people."
## page was renamed from experimental
#language en
##For Translators - to have a constantly up to date translation header in you page, you can just add a line like the following (with the comment's character at the start of the line removed)
##<<Include(DebianExperimental, ,from="^##TAG:TRANSLATION-HEADER-START",to="^##TAG:TRANSLATION-HEADER-END")>>
##TAG:TRANSLATION-HEADER-START
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[DebianExperimental|English]] - [[es/DebianExperimental|español]] - [[fr/DebianExperimental|Français]] - [[it/DebianExperimental|Italiano]] - [[pt_BR/DebianExperimental|Português (Brasil)]] - [[sv/DebianExperimental|Svenska]]-~
##TAG:TRANSLATION-HEADER-END

DebianReleases > Debian Experimental
----

= The experimental repository =

<<TableOfContents(3)>>

== Introduction ==

Quoting the [[https://www.debian.org/doc/manuals/debian-faq/ftparchives.en.html|Debian FAQ]]:"{{{project/experimental/}}}: This directory contains packages and tools which are still being developed, and are still in the alpha testing stage. Users shouldn't be using packages from here, because they can be dangerous and harmful even for the most experienced people."
Line 7: Line 21:

Unlike the [[DebianReleases |Debian Releases]] [[DebianUnstable|unstable]] and [[DebianTesting|testing]], {{{experimental}}} isn't a complete distribution, it can work only as an extension of unstable. So packages in experimental can depend on packages in unstable but packages in unstable cannot depend on packages in experimental. {{{Experimental}}} is a staging/collaboration/experimental area for development, when it is known that a package has problems or may have problems. Some packages/developers don't use experimental, they just put the new versions in unstable. The migration of packages from {{{experimental}}} to {{{unstable}}} is entirely at discretion of the packagers. Even if there are a lot less consistency requirements for packages in {{{experimental}}}, they are autobuilt on the best effort basis by [[https://buildd.debian.org|official Debian Package Auto-Building infrastructure]].

== To configure APT ==

An {{{/etc/apt/sources.list}}} entry for experimental is:

{{{
deb https://deb.debian.org/debian experimental main
}}}

== To install an experimental package ==

To install an experimental package, do:

{{{
apt update
apt -t experimental install packagename
}}}

== To upgrade an experimental package ==

If the package has changed in experimental and you want to upgrade it, do:

{{{
apt update
apt -t experimental install packagename
}}}

== APT pinning ==

Optionally, if you want to track a given package from experimental, add the following to {{{/etc/apt/preferences}}} (and see [[AptPreferences#Pinning|AptPreferences]]):

{{{
Package: dash
Pin: release a=experimental
Pin-Priority: 800
}}}

== Listing all packages installed from experimental ==

To check which experimental packages are currently installed on your system, do:

{{{
aptitude search ~S~i~Aexperimental
}}}

== Building packages for experimental ==

See [[sbuild#Enabling_experimental]] for building packages for experimental using sbuild.

== Package checking for experimental ==

The Debian release team [[https://release.debian.org/britney/pseudo-excuses-experimental.html|monitor]] problems that would cause problems when migrating packages from experimental to unstable

----
CategoryRelease

Translation(s): English - español - Français - Italiano - Português (Brasil) - Svenska

DebianReleases > Debian Experimental


The experimental repository

Introduction

Quoting the Debian FAQ:"project/experimental/: This directory contains packages and tools which are still being developed, and are still in the alpha testing stage. Users shouldn't be using packages from here, because they can be dangerous and harmful even for the most experienced people."

You have been warned

Unlike the Debian Releases unstable and testing, experimental isn't a complete distribution, it can work only as an extension of unstable. So packages in experimental can depend on packages in unstable but packages in unstable cannot depend on packages in experimental. Experimental is a staging/collaboration/experimental area for development, when it is known that a package has problems or may have problems. Some packages/developers don't use experimental, they just put the new versions in unstable. The migration of packages from experimental to unstable is entirely at discretion of the packagers. Even if there are a lot less consistency requirements for packages in experimental, they are autobuilt on the best effort basis by official Debian Package Auto-Building infrastructure.

To configure APT

An /etc/apt/sources.list entry for experimental is:

deb https://deb.debian.org/debian experimental main

To install an experimental package

To install an experimental package, do:

apt update
apt -t experimental install packagename

To upgrade an experimental package

If the package has changed in experimental and you want to upgrade it, do:

apt update
apt -t experimental install packagename

APT pinning

Optionally, if you want to track a given package from experimental, add the following to /etc/apt/preferences (and see AptPreferences):

Package: dash
Pin: release a=experimental
Pin-Priority: 800

Listing all packages installed from experimental

To check which experimental packages are currently installed on your system, do:

aptitude search ~S~i~Aexperimental

Building packages for experimental

See sbuild#Enabling_experimental for building packages for experimental using sbuild.

Package checking for experimental

The Debian release team monitor problems that would cause problems when migrating packages from experimental to unstable


CategoryRelease