apt.xml翻译完毕

2004-05-24 文章 wulujia

-- 
[EMAIL PROTECTED]
!-- retain these comments for translator revision tracking --
!-- original version: 11648 --

sect2 id=configure-apt
title?? APT/title

para

!--
The main means that people use to install packages on their system is
via a program called commandapt-get/command, from the
classnameapt/classname package.footnote
--

??€??commandapt-get/command??classnameapt/classname ?€?footnote
para

!--
Note that the actual program that installs packages is called
commanddpkg/command. However, this package is more of a low-level
tool. commandapt-get/command will invoke commanddpkg/command
as appropriate; it is a higher-level too, however, 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.
--

???commanddpkg/command?€?ow-level???€?commandapt-get/commandcommanddpkg/commandCD
/para
/footnote

!--
APT must be configured, however, so that it knows where to retrieve
packages from. The helper application which assists in this task is
called commandapt-setup/command.
--

???PT??€?commandapt-setup/command??/parapara

!--
The next step in your configuration process is to tell APT where other
Debian packages can be found. Note that you can re-run this tool at
any point after installation by running commandapt-setup/command,
or by manually editing filename/etc/apt/sources.list/filename.
--

PT???€??€??commandapt-setup/command???€filename/etc/apt/sources.list/filename??
/parapara

!--
If you are booting from an official CD-ROM, then that CD-ROM should
automatically be configured as an apt source without prompting. You
will notice this because you will see the CD-ROM being scanned, and
then asked if you want to configure another CD-ROM. If you have
a multiple CD-ROM set and most people will then you
should go ahead and scan each of them one by one.
--

??D-ROMCD-ROM??pt?
?CD-ROM???ebian??
apt???
/parapara

!--
For users without an official CD-ROM, you will be offered an array of
choices for how Debian packages are accessed: FTP, HTTP, CD-ROM, or
a local file system. For CD-ROM users, you can get to this step by
specifically asking to add another source.
--
?CD-ROM???€??
€€TP, HTTP, CD-ROM??€?€??CD-ROMapt?€?€?
/parapara

!--
You should know that it's perfectly acceptable to have a number of
different APT sources, even for the same Debian archive.
commandapt-get/command will automatically pick the package with
the highest version number given all the available versions. Or, for
instance, if you have both an HTTP and a CD-ROM APT source,
commandapt-get/command should automatically use the local CD-ROM
when possible, and only resort to HTTP if a newer version is available
there. However, it is not a good idea to add unnecessary APT sources,
since this will tend to slow down the process of checking the network
archives for new versions.
--

??APT???€?ebian archive?)?commandapt-get/command€??€€???HTTP??D-ROMcommandapt-get/commandTTP??
???D-ROM?€?APT???PT??
??€?
/para

sect3 id=configure-apt-net
	title???/title

para

!--
If you plan on installing the rest of your system via the network, the
most common option is to select the userinputhttp/userinput
source. The userinputftp/userinput source is also acceptable, but
tends to be a little slower making connections.
--

??€???€userinputhttp/userinput??
???userinputftp/userinput€?
/parapara

!--
The next step during the configuration of network packages sources is
to tell commandapt-setup/command which country you live in. This
configures which of the official Debian Internet mirror network you
connect to. Depending on which country you select, you will be given
a list of possible machines. Its generally fine to pick the one on
the top of the list, but any of them should work.
--

?€???commandapt-setup/commandDebian??€???€€??
???
??€???
??€?
/parapara

!--
If you are installing via HTTP, you will be asked to configure your
proxy server. This is sometimes required by people behind firewalls,
on corporate networks, etc.
--

???HTTP???
€?€
€??€?
/parapara

!--
Finally, your new network package source will be tested. If all goes
well, you will be prompted whether you want to do it all over again
with another network source.
--

?€???
apt??
€??
pt?€?
/para
/sect3
/sect2


help

2004-05-24 文章 Martin Lin
help