X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9a4dfc82c563d6335bb37a928a8925efe329fd8d..a8cdfb5aaa972f8df0016381ea7ad1be5c38a3d1:/doc/apt-get.8.xml
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index b98d58737..3c245b83b 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -47,6 +47,7 @@
checkcleanautoclean
+ autoremove
@@ -203,6 +204,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.
+
@@ -382,6 +388,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
@@ -467,7 +480,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.