summaryrefslogtreecommitdiff
path: root/en/using-d-i/modules/pkgsel.xml
blob: 37f34aa8190f04fae068174c67d7cb2156e57070 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->

   <sect3 id="pkgsel">
   <title>Selecting and Installing Software</title>

<para>

During the installation process, you are given the opportunity to select
additional software to install. Rather than picking individual software
packages from the &num-of-distrib-pkgs; available packages, this stage of
the installation process focuses on selecting and installing predefined
collections of software to quickly set up your computer to perform various
tasks.

</para><para>

<!-- TODO: Should explain popcon first -->

These tasks loosely
represent a number of different jobs or things you want to do with
your computer, such as <quote>Desktop environment</quote>,
<quote>Web server</quote>, or <quote>Print server</quote><footnote>

<para>

You should know that to present this list, the installer is merely
invoking the <command>tasksel</command> program. It can be run at any
time after installation to install more packages (or remove them), or
you can use a more fine-grained tool such as <command>aptitude</command>.
If you are looking for a specific single package, after
installation is complete, simply run <userinput>aptitude install
<replaceable>package</replaceable></userinput>, where
<replaceable>package</replaceable> is the name of the package you are
looking for.

</para>

</footnote>. <xref linkend="tasksel-size-list"/> lists the space
requirements for the available tasks.

</para><para>

Some tasks may be pre-selected based on the characteristics of the
computer you are installing. If you disagree with these selections you can
deselect them. You can even opt to install no tasks at all at this point.

</para>
<tip><para>

In the standard user interface of the installer, you can use the space bar
to toggle selection of a task.

</para></tip>
<note><para>

The <quote>Desktop environment</quote> task will install a graphical
desktop environment.

</para><para>

By default, &d-i; installs the <phrase arch="x86">Gnome</phrase>
<phrase arch="non-x86">Xfce</phrase> desktop environment.
It is possible to interactively select a different desktop 
environment during the installation. It is also possible to install multiple
desktops, but some combinations of desktop may not be co-installable.

</para><para>

Note that this will only work if the packages needed for the desired desktop
environment are actually available.  If you are installing using a single
full CD image, they will possibly need to be downloaded from a network mirror as
they might not be available on the CD image due to its limited amount of space.
Installing any of the available desktop environments this way should
work fine if you are using a DVD image or any other installation method.

</para></note>
<para>

The various server tasks will install software roughly as follows.
Web server: <classname>apache2</classname>;
Print server: <classname>cups</classname>;
SSH server: <classname>openssh</classname>.

</para><para>

The <quote>Standard system</quote> task will install any package that
has a priority <quote>standard</quote>. This includes a lot of common
utilities that are normally available on any Linux or Unix system. You
should leave this task selected unless you know what you are doing and
want a really minimal system.

</para><para>

If during language selection a default locale other than the <quote>C</quote>
locale was selected, <command>tasksel</command> will check if any
localization tasks are defined for that locale and will automatically try
to install relevant localization packages. This includes for example
packages containing word lists or special fonts for your language.
If a desktop environment was selected, it will also install appropriate
localization packages for that (if available).

</para><para>

Once you've selected your tasks, select &BTN-CONT;. At this point,
<command>apt</command> will install the packages that are part
of the selected tasks. If a particular program needs more information
from the user, it will prompt you during this process.

</para><para>

You should be aware that especially the Desktop task is very large.
Especially when installing from a normal CD-ROM in combination with a
mirror for packages not on the CD-ROM, the installer may want to retrieve
a lot of packages over the network. If you have a relatively slow
Internet connection, this can take a long time. There is no option to
cancel the installation of packages once it has started.

</para><para>

Even when packages are included on the CD-ROM, the installer may still
retrieve them from the mirror if the version available on the mirror is
more recent than the one included on the CD-ROM. If you are installing
the stable distribution, this can happen after a point release (an update
of the original stable release); if you are installing the testing
distribution this will happen if you are using an older image.

</para>
   </sect3>