X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b2e465d6d32d2dc884f58b94acb7e35f671a87fe..e5d4db5cb776d5df0d257a2a62edffc997d426a3:/doc/apt.conf.5.sgml
diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml
index da40e3df9..562dd72e5 100644
--- a/doc/apt.conf.5.sgml
+++ b/doc/apt.conf.5.sgml
@@ -17,11 +17,11 @@
apt.conf>
- Configuratoin file for APT>
+ Configuration file for APT>
Description>
-
+
The APT Group>
- This group of options controls general APT behavoir as well as holding the
+ This group of options controls general APT behavior as well as holding the
options for all of the tools.
@@ -89,13 +89,13 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
Ignore-Hold
- 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.
Clean-Installed
- Defaults to on. When turned on the autoclean feature will remove any pacakge
+ Defaults to on. When turned on the autoclean feature will remove any pacakges
which can no longer be downloaded from the cache. If turned off then
packages that are locally installed are also excluded from cleaning - but
note that APT provides no direct means to reinstall them.
@@ -126,6 +126,11 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
information. This sets the size of that cache.
+ Build-Essential
+
+ Defines which package(s) are considered essential build dependencies.
+
+
Get
The Get subsection controls the &apt-get; tool, please see its
@@ -155,7 +160,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
Queue-Mode
Queuing mode;
Three settings are provided for cache control with HTTP/1.1 complient
- proxy caches.
ftp
- 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 ftp://[[user][:pass]@]host[:port]/> and is
overriden by the /> or ./>.
@@ -292,17 +297,19 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
APT in DSelect>
When APT is used as a &dselect; method several configuration directives
- control the default behavoir. These are in the
Clean
- Cache Clean mode; this value may be one of always, auto, prompt and never.
- always will remove all archives after they have been downloaded while auto
- will only remove things that are no longer downloadable (replaced with a
- new version for instance)
+ Cache Clean mode; this value may be one of always, prompt, auto,
+ pre-auto and never. always and prompt will remove all packages from
+ the cache after upgrading, prompt (the default) does so conditionally.
+ auto removes only those packages which are no longer downloadable
+ (replaced with a new version for instance). pre-auto performs this
+ action before downloading new packages.
-
+
Options
The contents of this variable is passed to &apt-get; as command line
@@ -332,7 +339,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
Options
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;.
@@ -398,7 +405,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
See Also>
- &apt-cache; &apt-conf;
+ &apt-cache;, &apt-config;, &apt-preferences;.
&manbugs;