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 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
|
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->
<sect3 id="apt-setup">
<title>Configuring apt</title>
<para>
One of the tools used to install packages on a &debian-gnu; system is
the program <command>apt</command>, from the
<classname>apt</classname> package<footnote>
<para>
Note that the program which actually installs the packages is called
<command>dpkg</command>. However, this program is more of a low-level
tool. <command>apt</command> is a higher-level tool, which will
invoke <command>dpkg</command> as appropriate. It knows how to retrieve
packages from your CD, the network, or wherever. It is also able to
automatically install other packages which are required to make the
package you're trying to install work correctly.
</para>
</footnote>.
Other front-ends for package management, like <command>aptitude</command>
and <command>synaptic</command>, are also in use.
These front-ends are recommended for new users, since they integrate
some additional features (package searching and status checks)
in a nice user interface.
</para><para>
<command>apt</command> must be configured so that it knows from where to
retrieve packages. The results of this configuration are written to the
file <filename>/etc/apt/sources.list</filename>. You can examine and edit
this file to your liking after the installation is complete.
</para><para>
If you are installing at default priority, the installer will largely
take care of the configuration automatically, based on the installation
method you are using and possibly using choices made earlier in the
installation. In most cases the installer will automatically add a security
mirror and, if you are installing the stable distribution, a mirror for the
<quote>stable-updates</quote> service.
</para><para>
If you are installing at a lower priority (e.g. in expert mode), you will
be able to make more decisions yourself. You can choose whether or not to
use the security and/or stable-updates services, and you can choose to
add packages from the <quote>contrib</quote> and <quote>non-free</quote>
sections of the archive.
</para>
<sect4 id="apt-setup-cdset">
<title>Installing from more than one CD or DVD</title>
<para>
If you are installing from a CD or a DVD that is part of a larger set,
the installer will ask if you want to scan additional CDs or DVDs.
If you have additional CDs or DVDs available, you probably want to do
this so the installer can use the packages included on them.
</para><para>
If you do not have any additional CDs or DVDs, that is no problem: using
them is not required. If you also do not use a network mirror (as explained
in the next section), it can mean that not all packages belonging to the
tasks you select in the next step of the installation can be installed.
</para>
<note><para>
Packages are included on CDs (and DVDs) in the order of their popularity.
This means that for most uses only the first CDs in a set are needed and
that only very few people actually use any of the packages included on the
last CDs in a set.
</para><para>
It also means that buying or downloading and burning a full CD set is just
a waste of money as you'll never use most of them. In most cases you are
better off getting only the first 3 to 8 CDs and installing any additional
packages you may need from the Internet by using a mirror.
The same goes for DVD sets: the first DVD, or maybe the first two DVDs
will cover most needs.
</para></note>
<para>
If you do scan multiple CDs or DVDs, the installer will prompt you to
exchange them when it needs packages from another CD/DVD than the one
currently in the drive. Note that only CDs or DVDs that belong to the
same set should be scanned. The order in which they are scanned does not
really matter, but scanning them in ascending order will reduce the chance
of mistakes.
</para>
</sect4>
<sect4 id="apt-setup-mirror">
<title>Using a network mirror</title>
<para>
One question that will be asked during most installs is whether or not to
use a network mirror as a source for packages. In most cases the default
answer should be fine, but there are some exceptions.
</para><para>
If you are <emphasis>not</emphasis> installing from a full CD or DVD or
using a full CD/DVD image, you really should use a network mirror as
otherwise you will end up with only a very minimal system. However, if you
have a limited Internet connection it is best <emphasis>not</emphasis>
to select the <literal>desktop</literal> task in the next step of the
installation.
</para><para>
If you are installing from a single full CD or using a full CD image, using
a network mirror is not required, but is still strongly recommended because
a single CD contains only a fairly limited number of packages.
If you have a limited Internet connection it may still be best
to <emphasis>not</emphasis> select a network mirror here, but to finish the
installation using only what's available on the CD and selectively install
additional packages after the installation (i.e. after you have rebooted into
the new system).
</para><para>
If you are installing from a DVD or using a DVD image, any packages needed
during the installation should be present on the first DVD. The same is true
if you have scanned multiple CDs as explained in the previous section. Use
of a network mirror is optional.
</para><para>
One advantage of adding a network mirror is that updates that have occurred
since the CD/DVD set was created and have been included in a point release,
will become available for installation, thus extending the life of your CD/DVD
set without compromising the security or stability of the installed system.
</para><para>
In summary: selecting a network mirror is generally a good idea, except
if you do not have a good Internet connection. If the current version of
a package is available from CD/DVD, the installer will always use that.
The amount of data that will be downloaded if you do select a mirror thus
depends on
<orderedlist>
<listitem><para>
the tasks you select in the next step of the installation,
</para></listitem>
<listitem><para>
which packages are needed for those tasks,
</para></listitem>
<listitem><para>
which of those packages are present on the CDs or DVDs you have scanned, and
</para></listitem>
<listitem><para>
whether any updated versions of packages included on the CDs or DVDs are
available from a mirror (either a regular package mirror, or a mirror for
security or stable-updates).
</para></listitem>
</orderedlist>
</para><para>
Note that the last point means that, even if you choose not to use a network
mirror, some packages may still be downloaded from the Internet if there is a
security or stable-updates update available for them and those services have been
configured.
</para>
</sect4>
<sect4 id="apt-setup-mirror-selection">
<title>Choosing a network mirror</title>
<para>
If you have selected to use a network mirror during the installation
(optional for CD/DVD installs, required for netboot images), you will be
presented with a list of geographically nearby (and therefore hopefully
fast) network mirrors, based upon your country selection earlier in the
installation process. Choosing the offered default is usually fine.
</para><para>
A mirror can also be specified by hand by choosing <quote>enter information
manually</quote> . You can then specify a mirror host name and an optional
port number. As of Wheezy, that actually has to be a URL base, i.e. when
specifying an IPv6 address, one has to add square brackets around it, for
instance <quote>[2001:db8::1]</quote>.
</para><para>
If your computer is on an IPv6-only network (which is probably not the case
for the vast majority of users), using the default mirror for your country
might not work. All the mirrors in the list are reachable via IPv4, but
only some of them can be used via IPv6. As connectivity of individual
mirrors can change over time, this information is not available in the
installer. If there is no IPv6 connectivity for the default mirror for your
country, you can either try some of the other mirrors offered to you or
choose the <quote>enter information manually</quote> option. You can then specify
<quote>ftp.ipv6.debian.org</quote> as the mirror name, which is an alias for
a mirror available via IPv6, although it will probably not be the fastest
possible one.
</para><para>
Another option when choosing to specify the mirror manually is to use
<quote>httpredir.debian.org</quote> as your mirror.
<quote>httpredir.debian.org</quote> is not a physical mirror but a mirror
redirection service, i.e. it automatically refers your system to a
real mirror near you in terms of network topology. It takes into account
by which protocol you connect to it, i.e. if you use IPv6, it will
refer you to an IPv6-capable mirror near you.
</para>
</sect4>
</sect3>
|