X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/1979e742ad5e2a0b6e547fbe3f4c4066b5a9bd2e..07dd557b6fd80ce2df235f1697189b6a8f190ff4:/doc/apt-get.8.xml diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index a6bb98ad0..edb74270b 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -48,6 +48,7 @@ check clean autoclean + 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. + @@ -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 @@ -388,6 +402,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 @@ -412,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.