1 <?xml version=
"1.0" encoding=
"utf-8" standalone=
"no"?>
2 <!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
5 <!ENTITY % aptent SYSTEM
"apt.ent.ja">
16 <!-- The last update date -->
17 <date>29 February
2004</date>
21 <refentrytitle>apt_preferences
</refentrytitle>
22 <manvolnum>5</manvolnum>
25 <!-- Man page title -->
27 <refname>apt_preferences
</refname>
29 <refpurpose>Preference control file for APT</refpurpose>
31 <refpurpose>APT 設定制御ファイル
</refpurpose>
36 <title>Description</title>
40 <para>The APT preferences file <filename>/etc/apt/preferences</filename>
41 can be used to control which versions of packages will be selected
42 for installation.</para>
44 <para>APT 設定ファイル
<filename>/etc/apt/preferences
</filename> は、
45 インストールするパッケージのバージョン選択を制御するのに使用します。
</para>
48 <para>Several versions of a package may be available for installation when
49 the &sources-list; file contains references to more than one distribution
50 (for example, <literal>stable</literal> and <literal>testing</literal>).
51 APT assigns a priority to each version that is available.
52 Subject to dependency constraints, <command>apt-get</command> selects the
53 version with the highest priority for installation.
54 The APT preferences file overrides the priorities that APT assigns to
55 package versions by default, thus giving the user control over which
56 one is selected for installation.</para>
58 <para>&sources-list; ファイルに複数のディストリビューション
59 (
<literal>stable
</literal> と
<literal>testing
</literal> など)
61 パッケージに対し複数のバージョンがインストールできることがあります。
62 このとき APT は、利用できるバージョンごとに優先度を割り当てます。
63 依存関係規則を条件として、
<command>apt-get
</command> は、
64 最も高い優先度を持つバージョンをインストールするよう選択します。
65 APT 設定ファイルは、APT がデフォルトで割り当てた、
66 パッケージのバージョンの優先度を上書きします。
67 その結果、インストールするものの選択を、ユーザが選択できるようになります。
</para>
70 <para>Several instances of the same version of a package may be available when
71 the &sources-list; file contains references to more than one source.
72 In this case <command>apt-get</command> downloads the instance listed
73 earliest in the &sources-list; file.
74 The APT preferences file does not affect the choice of instance, only
75 the choice of version.</para>
77 <para>&sources-list; ファイルに複数の参照が書かれている場合、
78 パッケージの同じバージョンのインスタンスが複数利用できる可能性があります。
79 この場合、
<command>apt-get
</command> は &sources-list;
80 ファイルの初めの方に指定されているところからダウンロードします。
81 APT 設定ファイルは、バージョンの選択にのみ影響し、
82 インスタンスの選択には影響しません。
</para>
85 <refsect2><title>APT's Default Priority Assignments</title>
87 <refsect2><title>APT のデフォルト優先度の割り当て
</title>
90 <para>If there is no preferences file or if there is no entry in the file
91 that applies to a particular version then the priority assigned to that
92 version is the priority of the distribution to which that version
93 belongs. It is possible to single out a distribution, "the target release",
94 which receives a higher priority than other distributions do by default.
95 The target release can be set on the <command>apt-get</command> command
96 line or in the APT configuration file <filename>/etc/apt/apt.conf</filename>.
100 設定ファイルに、特定のパッケージを割り当てるエントリがない場合、
102 そのバージョンが属しているディストリビューションの優先度となります。
103 デフォルトで他のディストリビューションより高い優先度を持つ、
104 特定のディストリビューションを「ターゲットリリース」としておくのは可能です。
105 ターゲットリリースは、
<command>apt-get
</command> のコマンドラインで設定したり、
106 APT 設定ファイル
<filename>/etc/apt/apt.conf
</filename> で設定したりできます。
110 <command>apt-get install -t testing
<replaceable>some-package
</replaceable></command>
113 APT::Default-Release "stable";
118 <para>If the target release has been specified then APT uses the following
119 algorithm to set the priorities of the versions of a package. Assign:
121 <para>ターゲットリリースが指定されると、APT は以下のアルゴリズムで、
122 パッケージのバージョンの優先度を設定します。このように割り当てます。
127 <term>priority 100</term>
131 <listitem><simpara>to the version that is already installed (if any).</simpara></listitem>
133 <listitem><simpara>(あるならば) 既にインストールされているバージョン。
</simpara></listitem>
138 <term>priority 500</term>
142 <listitem><simpara>to the versions that are not installed and do not belong to the target release.</simpara></listitem>
144 <listitem><simpara>インストールされておらず、ターゲットリリースに含まれないバージョン。
</simpara></listitem>
149 <term>priority 990</term>
153 <listitem><simpara>to the versions that are not installed and belong to the target release.</simpara></listitem>
155 <listitem><simpara>インストールされておらず、ターゲットリリースに含まれるバージョン。
</simpara></listitem>
161 <para>If the target release has not been specified then APT simply assigns
162 priority 100 to all installed package versions and priority 500 to all
163 uninstalled package versions.</para>
165 <para>ターゲットリリースが指定されていなければ、
166 APT は単純にインストールしているパッケージのバージョンには
100 を、
167 インストールしていないパッケージのバージョンには
500 を割り当てます。
</para>
170 <para>APT then applies the following rules, listed in order of precedence,
171 to determine which version of a package to install.
173 <para>APT は、インストールするパッケージのバージョンを決定するために、
177 <listitem><simpara>Never downgrade unless the priority of an available
178 version exceeds 1000. ("Downgrading" is installing a less recent version
179 of a package in place of a more recent version. Note that none of APT's
180 default priorities exceeds 1000; such high priorities can only be set in
181 the preferences file. Note also that downgrading a package
182 can be risky.)</simpara></listitem>
184 <listitem><simpara>有効なバージョンの優先度が
1000 を越えない場合、
186 (「ダウングレード」は、現在のパッケージのバージョンよりも、
187 小さいバージョンのものをインストールします。
188 APT のデフォルト優先度が
1000 を越えないことに注意してください。
189 そのような優先度は設定ファイルでのみ設定できます。
190 また、パッケージのダウングレードは危険であることにも注意してください)
</simpara></listitem>
192 <listitem><simpara>Install the highest priority version.</simpara></listitem>
194 <listitem><simpara>最も高い優先度のバージョンをインストールします。
</simpara></listitem>
196 <listitem><simpara>If two or more versions have the same priority,
197 install the most recent one (that is, the one with the higher version
198 number).</simpara></listitem>
200 <listitem><simpara>同じ優先度のバージョンが複数存在する場合、
201 最も新しいもの (最もバージョン番号が高いもの) をインストールします。
</simpara></listitem>
203 <listitem><simpara>If two or more versions have the same priority and
204 version number but either the packages differ in some of their metadata or the
205 <literal>-\-reinstall</literal> option is given, install the uninstalled one.</simpara></listitem>
207 <listitem><simpara>優先度・バージョン番号が同じものが複数存在し、
208 そのパッケージのメタデータが異なるか
<literal>--reinstall
</literal>
210 インストールされていないものをインストールします。
</simpara></listitem>
215 <para>In a typical situation, the installed version of a package (priority 100)
216 is not as recent as one of the versions available from the sources listed in
217 the &sources-list; file (priority 500 or 990). Then the package will be upgraded
218 when <command>apt-get install <replaceable>some-package</replaceable></command>
219 or <command>apt-get upgrade</command> is executed.
222 あるインストールされているパッケージのバージョン (優先度
100) が、
223 &sources-list; ファイルのリストから得られるバージョン (優先度
500 か
990)
224 よりも新しくないということがあります。この場合、
225 <command>apt-get install
<replaceable>some-package
</replaceable></command>
226 や
<command>apt-get upgrade
</command> を実行するとパッケージが更新されます。
230 <para>More rarely, the installed version of a package is <emphasis>more</emphasis> recent
231 than any of the other available versions. The package will not be downgraded
232 when <command>apt-get install <replaceable>some-package</replaceable></command>
233 or <command>apt-get upgrade</command> is executed.</para>
235 <para>まれに、インストールされているパッケージのバージョンが、
236 <emphasis>他の有効なバージョンよりも
</emphasis>新しい場合があります。
238 <command>apt-get install
<replaceable>some-package
</replaceable></command>
239 や
<command>apt-get upgrade
</command> を実行しても、
243 <para>Sometimes the installed version of a package is more recent than the
244 version belonging to the target release, but not as recent as a version
245 belonging to some other distribution. Such a package will indeed be upgraded
246 when <command>apt-get install <replaceable>some-package</replaceable></command>
247 or <command>apt-get upgrade</command> is executed,
248 because at least <emphasis>one</emphasis> of the available versions has a higher
249 priority than the installed version.</para>
251 <para>時々、インストールしているパッケージのバージョンが、
252 ターゲットリリースに属するバージョンよりも新しく、
253 他のディストリビューションよりも古い場合があります。
255 <command>apt-get install
<replaceable>some-package
</replaceable></command>
256 や
<command>apt-get upgrade
</command> を実行すると、
258 この場合、インストールされているバージョンよりも、
259 少なくとも
<emphasis>ひとつ
</emphasis>は、
260 高い優先度を持つ有効なパッケージがあるからです。
</para>
264 <refsect2><title>The Effect of APT Preferences</title>
266 <refsect2><title>APT 設定の効果
</title>
269 <para>The APT preferences file allows the system administrator to control the
270 assignment of priorities. The file consists of one or more multi-line records
271 separated by blank lines. Records can have one of two forms, a specific form
274 <para>APT 設定ファイルを使うと、
275 システム管理者が優先度を割り当てられるようになります。
276 ファイルは、空白行で区切られた、複数行からなるレコードで構成されています。
277 レコードは特定形式か、汎用形式のどちらかの形式をとります。
281 <simpara>The specific form assigns a priority (a "Pin-Priority") to a
282 specified package and specified version or version range. For example,
283 the following record assigns a high priority to all versions of
284 the <filename>perl</filename> package whose version number begins with "<literal>5.8</literal>".</simpara>
286 <simpara>特定形式は、優先度 ("Pin-Priority") を、
287 指定したパッケージの指定したバージョン (範囲) について割り当てます。
289 "
<literal>5.8</literal>" で始まる <filename>perl</filename> パッケージを、
290 高い優先度に設定します。</simpara>
300 <listitem><simpara>The general form assigns a priority to all of the package versions in a
301 given distribution (that is, to all the versions of packages that are
302 listed in a certain <filename>Release</filename> file) or to all of the package
303 versions coming from a particular Internet site, as identified by the
304 site's fully qualified domain name.</simpara>
306 <listitem><simpara>汎用形式は、与えられたディストリビューションにある、
307 すべてのパッケージ (<filename>Release</filename> ファイルに列挙したパッケージ)
309 特定のインターネットサイトから取得するパッケージの優先度を割り当てます。</simpara>
312 <simpara>This general-form entry in the APT preferences file applies only
313 to groups of packages. For example, the following record assigns a high
314 priority to all package versions available from the local site.</simpara>
316 <simpara>APT 設定ファイルに書かれている汎用形式のエントリは、
317 パッケージのグループについてのみ適用されます。
318 例えば以下のレコードは、ローカルサイトにある全パッケージについて、
319 高い優先度を割り当てます。</simpara>
328 <simpara>A note of caution: the keyword used here is "<literal>origin</literal>".
329 This should not be confused with the Origin of a distribution as
330 specified in a <filename>Release</filename> file. What follows the "Origin:" tag
331 in a <filename>Release</filename> file is not an Internet address
332 but an author or vendor name, such as "Debian" or "Ximian".</simpara>
334 <simpara>注: ここで使用しているキーワードは "
<literal>origin
</literal>" です。
335 <filename>Release</filename> ファイルに指定されたような、
336 ディストリビューションの Origin と混同しないようにしてください。
337 <filename>Release</filename> ファイルにある "Origin:
" タグは、
339 "Debian
" や "Ximian
" といった作者やベンダ名です。</simpara>
342 <simpara>The following record assigns a low priority to all package versions
343 belonging to any distribution whose Archive name is "<literal>unstable
</literal>".</simpara>
345 <simpara>以下のレコードは、アーカイブ名が "<literal>unstable
</literal>"
346 となっているディストリビューションに属するパッケージを、
347 すべて低い優先度に割り当てます。</simpara>
351 Pin: release a=unstable
356 <simpara>The following record assigns a high priority to all package versions
357 belonging to any release whose Archive name is "<literal>stable
</literal>"
358 and whose release Version number is "<literal>3.0</literal>".</simpara>
360 <simpara>以下のレコードは、アーカイブ名が "<literal>stable
</literal>" で、
361 リリースバージョン番号が "<literal>3.0</literal>"
362 となっているリリースに属するパッケージを、
363 すべて高い優先度に割り当てます。</simpara>
367 Pin: release a=stable, v=3.0
378 <title>How APT Interprets Priorities</title>
380 <title>APT が優先度に割り込む方法</title>
384 Priorities (P) assigned in the APT preferences file must be positive
385 or negative integers. They are interpreted as follows (roughly speaking):
387 APT 設定ファイルで割り当てた優先度 (P) は、正負の整数でなくてはなりません。
388 これは (おおざっぱにいうと) 以下のように解釈されます。
392 <term>P > 1000</term>
394 <listitem><simpara>causes a version to be installed even if this
395 constitutes a downgrade of the package</simpara></listitem>
397 <listitem><simpara>パッケージがダウングレードしても、このバージョンのパッケージをインストールします。</simpara></listitem>
400 <term>990 < P <=1000</term>
402 <listitem><simpara>causes a version to be installed
403 even if it does not come from the target release,
404 unless the installed version is more recent</simpara></listitem>
406 <listitem><simpara>インストールされているバージョンの方が新しいことを除き、
408 このバージョンのパッケージをインストールします。</simpara></listitem>
411 <term>500 < P <=990</term>
413 <listitem><simpara>causes a version to be installed
414 unless there is a version available belonging to the target release
415 or the installed version is more recent</simpara></listitem>
417 <listitem><simpara>ターゲットリリースに属するバージョンがあったり、
418 インストールされているバージョンの方が新しいのでなければ、
419 このバージョンのパッケージをインストールします。</simpara></listitem>
422 <term>100 < P <=500</term>
424 <listitem><simpara>causes a version to be installed
425 unless there is a version available belonging to some other
426 distribution or the installed version is more recent</simpara></listitem>
428 <listitem><simpara>他のディストリビューションに属するバージョンがあったり、
429 インストールされているバージョンの方が新しいのでなければ、
430 このバージョンのパッケージをインストールします。</simpara></listitem>
433 <term>0 < P <=100</term>
435 <listitem><simpara>causes a version to be installed
436 only if there is no installed version of the package</simpara></listitem>
438 <listitem><simpara>このパッケージがインストールされていない場合、
439 このバージョンのパッケージをインストールします。</simpara></listitem>
442 <term>P < 0</term>
444 <listitem><simpara>prevents the version from being installed</simpara></listitem>
446 <listitem><simpara>このバージョンがインストールされないようにします。</simpara></listitem>
452 <para>If any specific-form records match an available package version then the
453 first such record determines the priority of the package version.
455 if any general-form records match an available package version then the
456 first such record determines the priority of the package version.</para>
458 <para>特定形式のレコードが利用可能パッケージバージョンに一致した場合、
459 最初のレコードが、パッケージバージョンの優先度を決定します。
460 失敗して、汎用形式のレコードが利用可能パッケージバージョンに一致した場合、
461 最初のレコードが、パッケージバージョンの優先度を決定します。</para>
464 <para>For example, suppose the APT preferences file contains the three
465 records presented earlier:</para>
467 <para>例えば、APT 設定ファイルの上の方に、
468 以下のレコードが書かれていると仮定してください。</para>
480 Pin: release unstable
490 <listitem><simpara>The most recent available version of the <literal>perl</literal>
491 package will be installed, so long as that version's version number begins
492 with "<literal>5.8</literal>". If <emphasis>any</emphasis> 5.8* version of <literal>perl</literal> is
493 available and the installed version is 5.9*, then <literal>perl</literal> will be
494 downgraded.</simpara></listitem>
496 <listitem><simpara>バージョン番号が "
<literal>5.8</literal>" で始まっていれば、
497 <literal>perl</literal> の最新の利用可能パッケージがインストールされます。
498 バージョン 5.8* が利用可能で、バージョン 5.9* がインストールされている場合、
499 <literal>perl</literal> はダウングレードされます。</simpara></listitem>
501 <listitem><simpara>A version of any package other than <literal>perl</literal>
502 that is available from the local system has priority over other versions,
503 even versions belonging to the target release.
504 </simpara></listitem>
506 <listitem><simpara>ローカルシステムで有効な、
507 <literal>perl</literal> 以外のどんなパッケージでも、
508 他のバージョンより (たとえターゲットリリースに属していても) 優先度が高くなります。
509 </simpara></listitem>
511 <listitem><simpara>A version of a package whose origin is not the local
512 system but some other site listed in &sources-list; and which belongs to
513 an <literal>unstable</literal> distribution is only installed if it is selected
514 for installation and no version of the package is already installed.
515 </simpara></listitem>
517 <listitem><simpara>ローカルシステムにはなくても &sources-list;
519 <literal>unstable</literal> ディストリビューションに属しているパッケージは、
521 既にインストールされているバージョンがない場合にのみインストールされます。
522 </simpara></listitem>
529 <title>Determination of Package Version and Distribution Properties</title>
531 <title>パッケージのバージョンとディストリビューションプロパティの決定</title>
534 <para>The locations listed in the &sources-list; file should provide
535 <filename>Packages</filename> and <filename>Release</filename> files
536 to describe the packages available at that location. </para>
538 <para>&sources-list; ファイルに列挙した場所では、
539 その場所で利用できるパッケージを記述した、
540 <filename>Packages</filename> ファイルや
541 <filename>Release</filename> ファイルを提供します。</para>
544 <para>The <filename>Packages</filename> file is normally found in the directory
545 <filename>.../dists/<replaceable>dist-name</replaceable>/<replaceable>component</replaceable>/<replaceable>arch</replaceable></filename>:
546 for example, <filename>.../dists/stable/main/binary-i386/Packages</filename>.
547 It consists of a series of multi-line records, one for each package available
548 in that directory. Only two lines in each record are relevant for setting
551 <para><filename>Packages</filename> ファイルは通常
552 <filename>.../dists/<replaceable>dist-name</replaceable>/<replaceable>component</replaceable>/<replaceable>arch</replaceable></filename>
554 例えば、<filename>.../dists/stable/main/binary-i386/Packages</filename> です。
555 これは、ディレクトリにある利用可能パッケージごとに、
557 APT 優先度の設定は、レコードごとに以下の 2 行だけです。
561 <term>the <literal>Package:</literal> line</term>
562 <listitem><simpara>gives the package name</simpara></listitem>
564 <term><literal>Package:</literal> 行</term>
565 <listitem><simpara>パッケージ名を与えます。</simpara></listitem>
569 <term>the <literal>Version:</literal> line</term>
570 <listitem><simpara>gives the version number for the named package</simpara></listitem>
572 <term><literal>Version:</literal> 行</term>
573 <listitem><simpara>その名前のパッケージのバージョン番号を与えます。</simpara></listitem>
579 <para>The <filename>Release</filename> file is normally found in the directory
580 <filename>.../dists/<replaceable>dist-name</replaceable></filename>:
581 for example, <filename>.../dists/stable/Release</filename>,
582 or <filename>.../dists/woody/Release</filename>.
583 It consists of a single multi-line record which applies to <emphasis>all</emphasis> of
584 the packages in the directory tree below its parent. Unlike the
585 <filename>Packages</filename> file, nearly all of the lines in a <filename>Release</filename>
586 file are relevant for setting APT priorities:
588 <para><filename>Release</filename> ファイルは、通常
589 <filename>.../dists/<replaceable>dist-name</replaceable></filename>
591 <filename>.../dists/stable/Release</filename>,
592 <filename>.../dists/woody/Release</filename> です。
593 これは、このディレクトリ以下にある<emphasis>全</emphasis>パッケージに適用する、
594 複数行のレコード 1 つから成っています。
595 <filename>Packages</filename> と違い <filename>Release</filename> ファイルは、
596 ほとんどの行が APT 優先度の設定に関連します。
601 <term>the <literal>Archive:</literal> line</term>
603 <term><literal>Archive:</literal> 行</term>
605 <listitem><simpara>names the archive to which all the packages
606 in the directory tree belong. For example, the line
608 specifies that all of the packages in the directory
609 tree below the parent of the
<filename>Release
</filename> file are in a
610 <literal>stable
</literal> archive. Specifying this value in the APT preferences file
611 would require the line:
613 <listitem><simpara>このディレクトリツリーに属する全パッケージのアーカイブ名。
616 という行は、
<filename>Release
</filename> ファイルの親ディレクトリツリー以下にある全パッケージが、
617 <literal>stable
</literal> アーカイブだと指定します。
618 APT 設定ファイルでこの値を指定するには、以下の行が必要になります。
621 Pin: release a=stable
628 <term>the <literal>Version:</literal> line</term>
630 <term><literal>Version:
</literal> 行
</term>
632 <listitem><simpara>names the release version. For example, the
633 packages in the tree might belong to Debian GNU/Linux release
634 version 3.0. Note that there is normally no version number for the
635 <literal>testing</literal> and <literal>unstable</literal> distributions because they
636 have not been released yet. Specifying this in the APT preferences
637 file would require one of the following lines.
639 <listitem><simpara>リリースバージョン名。
641 GNU/Linux リリースバージョン
3.0 に属するとします。
642 通常
<literal>testing
</literal> ディストリビューションや
643 <literal>unstable
</literal> ディストリビューションには、
644 まだリリースされていないので、バージョン番号が付きません。
645 APT 設定ファイルでこれを指定するには、以下の行のいずれかが必要になります。
650 Pin: release a=stable, v=
3.0
659 <term>the <literal>Component:</literal> line</term>
661 <term><literal>Component:
</literal> 行
</term>
663 <listitem><simpara>names the licensing component associated with the
664 packages in the directory tree of the <filename>Release</filename> file.
665 For example, the line "Component: main" specifies that
666 all the packages in the directory tree are from the <literal>main</literal>
667 component, which entails that they are licensed under terms listed
668 in the Debian Free Software Guidelines. Specifying this component
669 in the APT preferences file would require the line:
671 <listitem><simpara><filename>Release
</filename> ファイルの、
672 ディレクトリツリーにあるパッケージのライセンスコンポーネント名。
673 例えば、"Component: main" という行は、このディレクトリ以下の全ファイルが、
674 <literal>main
</literal> コンポーネント
675 (Debian フリーソフトウェアガイドラインの元でライセンスされている)
677 APT 設定ファイルでこのコンポーネントを指定するには、以下の行が必要になります。
687 <term>the <literal>Origin:</literal> line</term>
689 <term><literal>Origin:
</literal> 行
</term>
691 <listitem><simpara>names the originator of the packages in the
692 directory tree of the <filename>Release</filename> file. Most commonly, this is
693 <literal>Debian</literal>. Specifying this origin in the APT preferences file
694 would require the line:
696 <listitem><simpara><filename>Release
</filename> ファイルのディレクトリツリーにあるパッケージの提供者名。
697 ほとんど共通で、
<literal>Debian
</literal> です。
698 APT 設定ファイルでこの提供者を指定するには、以下の行が必要になります。
701 Pin: release o=Debian
708 <term>the <literal>Label:</literal> line</term>
710 <term><literal>Label:
</literal> 行
</term>
712 <listitem><simpara>names the label of the packages in the directory tree
713 of the <filename>Release</filename> file. Most commonly, this is
714 <literal>Debian</literal>. Specifying this label in the APT preferences file
715 would require the line:
717 <listitem><simpara><filename>Release
</filename> ファイルのディレクトリツリーにあるパッケージのラベル名。
718 ほとんど共通で
<literal>Debian
</literal> です。
719 APT 設定ファイルでこのラベルを指定するには、以下の行が必要になります。
722 Pin: release l=Debian
730 <para>All of the <filename>Packages</filename> and <filename>Release</filename>
731 files retrieved from locations listed in the &sources-list; file are stored
732 in the directory <filename>/var/lib/apt/lists</filename>, or in the file named
733 by the variable <literal>Dir::State::Lists</literal> in the <filename>apt.conf</filename> file.
734 For example, the file
735 <filename>debian.lcs.mit.edu_debian_dists_unstable_contrib_binary-i386_Release</filename>
736 contains the <filename>Release</filename> file retrieved from the site
737 <literal>debian.lcs.mit.edu</literal> for <literal>binary-i386</literal> architecture
738 files from the <literal>contrib</literal> component of the <literal>unstable</literal>
741 <para>&sources-list; ファイルに列挙された場所から取得した
742 <filename>Packages
</filename> ファイルや
743 <filename>Release
</filename> ファイルはすべて、
744 <filename>/var/lib/apt/lists
</filename> ディレクトリや、
745 <filename>apt.conf
</filename> ファイルの
746 <literal>Dir::State::Lists
</literal> 変数で指定した場所に取得されます。例えば、
747 <filename>debian.lcs.mit.edu_debian_dists_unstable_contrib_binary-i386_Release
</filename> ファイルは、
748 <literal>debian.lcs.mit.edu
</literal> から取得した、
749 <literal>unstable
</literal> ディストリビューションで、
750 <literal>contrib
</literal> コンポーネントな、
751 <literal>binary-i386
</literal> アーキテクチャ用の
752 <filename>Release
</filename> ファイルを含んでいます。
</para>
757 <title>Optional Lines in an APT Preferences Record</title>
759 <title>APT 設定レコードのオプション行
</title>
762 <para>Each record in the APT preferences file can optionally begin with
763 one or more lines beginning with the word <literal>Explanation:</literal>.
764 This provides a place for comments.</para>
766 <para>APT 設定ファイルのレコードごとに、
767 任意で
<literal>Explanation:
</literal> で始まる行を持てます。
768 これは、コメント用の場所を確保します。
</para>
771 <para>The <literal>Pin-Priority:</literal> line in each APT preferences record is
772 optional. If omitted, APT assigs a priority of 1 less than the last value
773 specified on a line beginning with <literal>Pin-Priority: release ...</literal>.</para>
775 <para>APT 設定レコードの
<literal>Pin-Priority:
</literal> 行は任意です。
776 省略すると、
<literal>Pin-Priority: release ...
</literal>
777 で始まる行で指示した最後の値 (少なくとも
1つ) を優先度に割り当てます。
</para>
783 <title>Examples</title>
788 <title>Tracking Stable</title>
790 <title>安定版を追跡
</title>
793 <para>The following APT preferences file will cause APT to assign a
794 priority higher than the default (500) to all package versions belonging
795 to a <literal>stable</literal> distribution and a prohibitively low priority to
796 package versions belonging to other <literal>Debian</literal> distributions.
798 <para>以下の APT 設定ファイルは、
<literal>stable
</literal>
799 ディストリビューションに属する全てのパッケージのバージョンに、
800 デフォルト (
500) より高い優先度を割り当て、
801 他の
<literal>Debian
</literal>
802 ディストリビューションのパッケージのバージョンには、
803 低くてインストールできないような優先度を割り当てます。
806 Explanation: Uninstall or do not install any Debian-originated
807 Explanation: package versions other than those in the stable distro
809 Pin: release a=stable
813 Pin: release o=Debian
819 <para>With a suitable &sources-list; file and the above preferences file,
820 any of the following commands will cause APT to upgrade to the
821 latest <literal>stable</literal> version(s).
823 <para>適切な &sources-list; ファイルと上記の設定ファイルにより、
824 以下のコマンドで最新の
<literal>stable
</literal>
828 apt-get install
<replaceable>package-name
</replaceable>
835 <para>The following command will cause APT to upgrade the specified
836 package to the latest version from the <literal>testing</literal> distribution;
837 the package will not be upgraded again unless this command is given
840 <para>以下のコマンドで、指定したパッケージを
<literal>testing
</literal>
841 ディストリビューションの最新バージョンにアップグレードします。
842 このパッケージは、再度このコマンドを発行しないとアップグレードされません。
845 apt-get install
<replaceable>package
</replaceable>/testing
852 <title>Tracking Testing or Unstable</title>
854 <title>テスト版や不安定版を追跡
</title>
857 <para>The following APT preferences file will cause APT to assign
858 a high priority to package versions from the <literal>testing</literal>
859 distribution, a lower priority to package versions from the
860 <literal>unstable</literal> distribution, and a prohibitively low priority
861 to package versions from other <literal>Debian</literal> distributions.
863 <para>以下の APT 設定ファイルは、
<literal>testing
</literal>
864 ディストリビューションのパッケージのバージョンに高い優先度を割り当て、
865 <literal>unstable
</literal>
866 ディストリビューションのパッケージのバージョンには低い優先度を割り当てます。
867 また他の
<literal>Debian
</literal>
868 ディストリビューションのパッケージのバージョンには、
869 低くてインストールできないような優先度を割り当てます。
873 Pin: release a=testing
877 Pin: release a=unstable
881 Pin: release o=Debian
887 <para>With a suitable &sources-list; file and the above preferences file,
888 any of the following commands will cause APT to upgrade to the latest
889 <literal>testing</literal> version(s).
891 <para>適切な &sources-list; ファイルと上記の設定ファイルにより、
892 以下のコマンドで最新の
<literal>testing
</literal>
896 apt-get install
<replaceable>package-name
</replaceable>
903 <para>The following command will cause APT to upgrade the specified
904 package to the latest version from the <literal>unstable</literal> distribution.
905 Thereafter, <command>apt-get upgrade</command> will upgrade
906 the package to the most recent <literal>testing</literal> version if that is
907 more recent than the installed version, otherwise, to the most recent
908 <literal>unstable</literal> version if that is more recent than the installed
911 <para>以下のコマンドで、指定したパッケージを
<literal>unstable
</literal>
912 ディストリビューションの最新バージョンにアップグレードします。
913 それ以降、
<command>apt-get upgrade
</command> は
914 <literal>testing
</literal> バージョンのパッケージが更新されていれば
915 <literal>testing
</literal> の最新版に、
916 <literal>unstable
</literal> バージョンのパッケージが更新されていれば
917 <literal>unstable
</literal>の最新版にアップグレードします。
920 apt-get install
<replaceable>package
</replaceable>/unstable
929 <title>See Also</title>
932 <para>&apt-get; &apt-cache; &apt-conf; &sources-list;