X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/e47c7d16435822f40149cd831ff6ba0a143ded85..95f45727964767f11534eb5347af3fc3a8a6e020:/doc/apt-get.8.xml
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 0d080b885..1bd21a5df 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -48,6 +48,7 @@
checkcleanautoclean
+ autoremove
@@ -209,6 +210,11 @@
APT::Clean-Installed will prevent installed packages from being
erased if it is set to off.
+
+ autoremove
+ autoremove is used to remove packages that were automatically
+ installed to satisfy dependencies for some package and that are no more needed.
+
@@ -388,6 +394,13 @@
Configuration Item: APT::Get::Remove.
+
+ If the command is either install or remove,
+ then this option acts like running autoremove command, removing the unused
+ dependency packages. Configuration Item: APT::Get::AutomaticRemove.
+
+
+
Only has meaning for the
source and build-dep
@@ -399,9 +412,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.