|
@@ -17,7 +17,7 @@
|
|
|
<!-- Man page title -->
|
|
<!-- Man page title -->
|
|
|
<refnamediv>
|
|
<refnamediv>
|
|
|
<refname>apt.conf</>
|
|
<refname>apt.conf</>
|
|
|
- <refpurpose>Configuratoin file for APT</>
|
|
|
|
|
|
|
+ <refpurpose>Configuration file for APT</>
|
|
|
</refnamediv>
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<RefSect1><Title>Description</>
|
|
<RefSect1><Title>Description</>
|
|
@@ -89,7 +89,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
|
|
|
|
|
|
|
|
<VarListEntry><Term>Ignore-Hold</Term>
|
|
<VarListEntry><Term>Ignore-Hold</Term>
|
|
|
<ListItem><Para>
|
|
<ListItem><Para>
|
|
|
- Ignore Held packages; This global options causes the problem resolver to
|
|
|
|
|
|
|
+ Ignore Held packages; This global option causes the problem resolver to
|
|
|
ignore held packages in its decision making.
|
|
ignore held packages in its decision making.
|
|
|
</VarListEntry>
|
|
</VarListEntry>
|
|
|
|
|
|
|
@@ -155,7 +155,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
|
|
|
<VarListEntry><Term>Queue-Mode</Term>
|
|
<VarListEntry><Term>Queue-Mode</Term>
|
|
|
<ListItem><Para>
|
|
<ListItem><Para>
|
|
|
Queuing mode; <literal/Queue-Mode/ can be one of <literal/host/ or
|
|
Queuing mode; <literal/Queue-Mode/ can be one of <literal/host/ or
|
|
|
- <literal/access/ which determins how APT parallelizes outgoing
|
|
|
|
|
|
|
+ <literal/access/ which determines how APT parallelizes outgoing
|
|
|
connections. <literal/host/ means that one connection per target host
|
|
connections. <literal/host/ means that one connection per target host
|
|
|
will be opened, <literal/access/ means that one connection per URI type
|
|
will be opened, <literal/access/ means that one connection per URI type
|
|
|
will be opened.
|
|
will be opened.
|
|
@@ -200,13 +200,13 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
|
|
|
<literal/Acquire::http::Pipeline-Depth/ can be a value from 0 to 5
|
|
<literal/Acquire::http::Pipeline-Depth/ can be a value from 0 to 5
|
|
|
indicating how many outstanding requests APT should send. A value of
|
|
indicating how many outstanding requests APT should send. A value of
|
|
|
zero MUST be specified if the remote host does not properly linger
|
|
zero MUST be specified if the remote host does not properly linger
|
|
|
- on TCP connections - otherwise data corruption will occure. Hosts which
|
|
|
|
|
|
|
+ on TCP connections - otherwise data corruption will occur. Hosts which
|
|
|
require this are in violation of RFC 2068.
|
|
require this are in violation of RFC 2068.
|
|
|
</VarListEntry>
|
|
</VarListEntry>
|
|
|
|
|
|
|
|
<VarListEntry><Term>ftp</Term>
|
|
<VarListEntry><Term>ftp</Term>
|
|
|
<ListItem><Para>
|
|
<ListItem><Para>
|
|
|
- FTP URis; ftp::Proxy is the default proxy server to use. It is in the
|
|
|
|
|
|
|
+ FTP URIs; ftp::Proxy is the default proxy server to use. It is in the
|
|
|
standard form of <literal>ftp://[[user][:pass]@]host[:port]/</> and is
|
|
standard form of <literal>ftp://[[user][:pass]@]host[:port]/</> and is
|
|
|
overriden by the <envar/ftp_proxy/ environment variable. To use a ftp
|
|
overriden by the <envar/ftp_proxy/ environment variable. To use a ftp
|
|
|
proxy you will have to set the <literal/ftp::ProxyLogin/ script in the
|
|
proxy you will have to set the <literal/ftp::ProxyLogin/ script in the
|
|
@@ -259,7 +259,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
|
|
|
The <literal/Dir::State/ section has directories that pertain to local
|
|
The <literal/Dir::State/ section has directories that pertain to local
|
|
|
state information. <literal/lists/ is the directory to place downloaded
|
|
state information. <literal/lists/ is the directory to place downloaded
|
|
|
package lists in and <literal/status/ is the name of the dpkg status file.
|
|
package lists in and <literal/status/ is the name of the dpkg status file.
|
|
|
- <literal/preferences/ is the name of the APT preferencse file.
|
|
|
|
|
|
|
+ <literal/preferences/ is the name of the APT preferences file.
|
|
|
<literal/Dir::State/ contains the default directory to prefix on all sub
|
|
<literal/Dir::State/ contains the default directory to prefix on all sub
|
|
|
items if they do not start with <filename>/</> or <filename>./</>.
|
|
items if they do not start with <filename>/</> or <filename>./</>.
|
|
|
<para>
|
|
<para>
|
|
@@ -292,7 +292,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
|
|
|
<RefSect1><Title>APT in DSelect</>
|
|
<RefSect1><Title>APT in DSelect</>
|
|
|
<para>
|
|
<para>
|
|
|
When APT is used as a &dselect; method several configuration directives
|
|
When APT is used as a &dselect; method several configuration directives
|
|
|
- control the default behavoir. These are in the <literal/DSelect/ section.
|
|
|
|
|
|
|
+ control the default behaviour. These are in the <literal/DSelect/ section.
|
|
|
|
|
|
|
|
<VariableList>
|
|
<VariableList>
|
|
|
<VarListEntry><Term>Clean</Term>
|
|
<VarListEntry><Term>Clean</Term>
|
|
@@ -334,7 +334,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
|
|
|
<VarListEntry><Term>Options</Term>
|
|
<VarListEntry><Term>Options</Term>
|
|
|
<ListItem><Para>
|
|
<ListItem><Para>
|
|
|
This is a list of options to pass to dpkg. The options must be specified
|
|
This is a list of options to pass to dpkg. The options must be specified
|
|
|
- using the list notation and each list item is passed as a single arugment
|
|
|
|
|
|
|
+ using the list notation and each list item is passed as a single argument
|
|
|
to &dpkg;.
|
|
to &dpkg;.
|
|
|
</VarListEntry>
|
|
</VarListEntry>
|
|
|
|
|
|
|
@@ -400,7 +400,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
|
|
|
|
|
|
|
|
<RefSect1><Title>See Also</>
|
|
<RefSect1><Title>See Also</>
|
|
|
<para>
|
|
<para>
|
|
|
- &apt-cache;, &apt-conf;, &apt-preferences;.
|
|
|
|
|
|
|
+ &apt-cache;, &apt-config;<!-- ? reading apt.conf -->, &apt-preferences;.
|
|
|
</RefSect1>
|
|
</RefSect1>
|
|
|
|
|
|
|
|
&manbugs;
|
|
&manbugs;
|