X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/54864645c108130633037590321a5ec8d3e29f2a..9bfb1136abfd58e48545304507dedceb2fe87a36:/doc/apt.8.xml diff --git a/doc/apt.8.xml b/doc/apt.8.xml index 91e22b1ef..18b97f547 100644 --- a/doc/apt.8.xml +++ b/doc/apt.8.xml @@ -1,13 +1,9 @@ -%aptent; - - -%aptverbatiment; - + %aptent; + %aptverbatiment; + %aptvendor; ]> @@ -45,10 +41,11 @@ list is used to - display a list of packages. It supports shell pattern for matching + display a list of packages. It supports shell pattern for matching package names and the following options: - - + , + , + , are supported. @@ -89,6 +86,11 @@ installed instead of removed. + (and the alias since 1.1) + autoremove is used to remove packages that were automatically + installed to satisfy dependencies for other packages and are now no longer needed. + + edit-sources lets you edit your sources.list file and provides basic sanity checks. @@ -105,8 +107,15 @@ upgrade is used to install the newest versions of all packages currently installed on the system from the sources enumerated in - /etc/apt/sources.list. New package will be - installed, but existing package will never removed. + /etc/apt/sources.list. New packages will be + installed, but existing packages will never be removed. + + + + + full-upgrade performs the + function of upgrade but may also remove installed packages + if that is required in order to resolve a package conflict. @@ -124,16 +133,24 @@ - + Script usage + + The &apt; commandline is designed as a end-user tool and it may + change the output between versions. While it tries to not break + backward compatibility there is no guarantee for it either. + All features of &apt; are available in &apt-cache; and &apt-get; + via APT options. Please prefer using these commands in your scripts. + + Differences to &apt-get; The apt command is meant to be pleasant for - end users and does not need to be backward compatilbe like + end users and does not need to be backward compatible like &apt-get;. Therefore some options are different: - The option DPkgPM::Progress-Fancy is enabled. + The option DPkg::Progress-Fancy is enabled. @@ -157,7 +174,7 @@ See Also - &apt-get; &apt-cache;, &sources-list;, + &apt-get;, &apt-cache;, &sources-list;, &apt-conf;, &apt-config;, The APT User's guide in &guidesdir;, &apt-preferences;, the APT Howto.