summaryrefslogtreecommitdiff
path: root/ja/using-d-i/modules/apt-setup.xml
blob: 66a1ae2c4eb154fcb216243a861994f4393a6aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="EUC-JP"?>
<!-- retain these comments for translator revision tracking -->
<!-- original version: 33820 -->

   <sect3 id="apt-setup">
<!--
   <title>Configuring apt</title>
-->
   <title>apt の設定</title>

<para>

<!--
The main means that people use to install packages on their system is
via a program called <command>apt-get</command>, from the
<classname>apt</classname> package.<footnote>
-->
システムにパッケージをインストールするには、
主に <classname>apt</classname> パッケージの <command>apt-get</command>
というプログラムを使う方法があります。<footnote>

<para>

<!--
Note that the actual program that installs packages is called
<command>dpkg</command>.  However, this program is more of a low-level
tool.  <command>apt-get</command> is a higher-level tool as it will
invoke <command>dpkg</command> as appropriate and also because it knows
to install other packages which are required for the package you're
trying to install, as well as how to retrieve the package from your
CD, the network, or wherever.
-->
パッケージのインストールを行う実際のプログラムは、
<command>dpkg</command> であることに注意してください。
ですが、このプログラムは、どちらかというと下位のツールです。
<command>apt-get</command> はもっと上位のツールで、
適切に <command>dpkg</command> を起動し、
インストールしようとしているパッケージに必要な他のパッケージも知っています。
また、CD やネットワーク、その他からパッケージを取得する方法も知っています。

</para>
</footnote>
<!--
Other front-ends for package management, like <command>aptitude</command>
and <command>synaptic</command> are also in use and depend on
<command>apt-get</command>. These front-ends are recommended for new users,
since they integrate some additional features (package searching and status checks)
in a nice user interface.
-->
パッケージ管理のその他のフロントエンドには、<command>aptitude</command> や 
<command>synaptic</command> のような <command>apt-get</command> に依存し、
使用するものもあります。
このフロントエンドは追加機能 (パッケージの検索や状態チェック) を統合するので、
新しいユーザにお勧めします。

</para><para>

<!--
<command>apt</command> must be configured so that it knows where to retrieve
packages from. The installer largely takes care of this automatically based on
what it knows about your installation medium. The results of this configuration
are written to the file <filename>/etc/apt/sources.list</filename>, and you can
examine and edit it to your liking after the install is complete.
-->
パッケージをどこから取得するか、
<command>apt</command> を設定しておかなくてはなりません。
インストーラは、自動的にインストールメディアにある設定を元にして扱います。
この設定の結果は、<filename>/etc/apt/sources.list</filename> 
ファイルに書き込まれます。
またインストール完了後に、お好みに合わせて検査・編集できます。

</para>
   </sect3>