X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/624630eb4c855331dfb21470d7a86d3b6700ea6a..07dd557b6fd80ce2df235f1697189b6a8f190ff4:/doc/apt-get.8.xml
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index db852d007..edb74270b 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -42,6 +42,7 @@
dselect-upgradeinstall pkgremove pkg
+ purge pkgsource pkgbuild-dep pkgcheck
@@ -152,6 +153,11 @@
installed instead of removed.
+ purge
+ purge is identical to remove except that packages are
+ removed and purged.
+
+
sourcesource causes apt-get to fetch source packages. APT
will examine the available packages to decide which source package to
@@ -307,6 +313,14 @@
Configuration Item: APT::Get::Compile.
+
+ Also install recommended packages.
+
+
+
+ Do not install recommended packages.
+
+
Ignore package Holds; This causes apt-get to ignore a hold
placed on a package. This may be useful in conjunction with
@@ -406,9 +420,9 @@
Item: APT::Get::Only-Source.
-
- Download only the diff or tar file of a source archive.
- Configuration Item: APT::Get::Diff-Only and
+
+ Download only the diff, dsc, or tar file of a source archive.
+ Configuration Item: APT::Get::Diff-Only, APT::Get::Dsc-Only, and
APT::Get::Tar-Only.
@@ -419,7 +433,7 @@
Ignore if packages can't be authenticated and don't prompt about it.
- This is usefull for tools like pbuilder.
+ This is useful for tools like pbuilder.
Configuration Item: APT::Get::AllowUnauthenticated.
@@ -480,7 +494,7 @@
See Also&apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;,
- &apt-conf;, &apt-config;,
+ &apt-conf;, &apt-config;, &apt-secure;,
The APT User's guide in &guidesdir;, &apt-preferences;, the APT Howto.