X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/060a7b746c87d4717222df5bb14d85b756f39208..527df5a20dbe8ce98fcbf1ffe28bb37ff2257a97:/doc/apt-cache.8.xml diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 359d210ea..dd0ea6e9d 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -18,7 +18,7 @@ &apt-email; &apt-product; - 29 February 2004 + 04 February 2011 @@ -30,38 +30,11 @@ apt-cache - APT package handling utility -- cache manipulator + query the APT cache - - - - apt-cache - - - - - add file - gencaches - showpkg pkg - showsrc pkg - stats - dump - dumpavail - unmet - search regex - show pkg - depends pkg - rdepends pkg - pkgnames prefix - dotty pkg - xvcg pkg - policy pkgs - madison pkgs - - - - + &synopsis-command-apt-cache; + Description apt-cache performs a variety of operations on APT's package cache. apt-cache does not manipulate the state of the system @@ -72,19 +45,12 @@ commands below must be present. - add file(s) - add adds the named package index files to the package cache. - This is for debugging only. - - gencaches - gencaches performs the same operation as - apt-get check. It builds the source and package caches from - the sources in &sources-list; and from - /var/lib/dpkg/status. + gencaches creates APT's package cache. This is done + implicitly by all commands needing this cache if it is missing or outdated. - showpkg pkg(s) + showpkg &synopsis-pkg;… showpkg displays information about the packages listed on the command line. Remaining arguments are package names. The available versions and reverse dependencies of each package listed are listed, as @@ -173,7 +139,7 @@ Reverse Provides: - showsrc pkg(s) + showsrc &synopsis-pkg;… showsrc displays all the source package records that match the given package names. All versions are shown, as well as all records that declare the name to be a Binary. @@ -194,13 +160,13 @@ Reverse Provides: package cache. - show pkg(s) + show &synopsis-pkg;… show performs a function similar to dpkg --print-avail; it displays the package records for the named packages. - search regex [ regex ... ] + search &synopsis-regex;… search performs a full text search on all available package lists for the POSIX regex pattern given, see regex @@ -218,17 +184,17 @@ Reverse Provides: are and'ed together. - depends pkg(s) + depends &synopsis-pkg;… depends shows a listing of each dependency a package has and all the possible other packages that can fulfill that dependency. - rdepends pkg(s) + rdepends &synopsis-pkg;… rdepends shows a listing of each reverse dependency a package has. - pkgnames [ prefix ] + pkgnames [ &synopsis-prefix; ] This command prints the name of each package APT knows. The optional argument is a prefix match to filter the name list. The output is suitable for use in a shell tab complete function and the output is generated @@ -239,7 +205,7 @@ Reverse Provides: - dotty pkg(s) + dotty &synopsis-pkg;… dotty takes a list of packages on the command line and generates output suitable for use by dotty from the GraphViz @@ -257,19 +223,19 @@ Reverse Provides: Caution, dotty cannot graph larger sets of packages. - xvcg pkg(s) + xvcg &synopsis-pkg; The same as dotty, only for xvcg from the VCG tool. - policy [ pkg(s) ] + policy [ &synopsis-pkg;… ] policy is meant to help debug issues relating to the preferences file. With no arguments it will print out the priorities of each source. Otherwise it prints out detailed information about the priority selection of the named package. - madison /[ pkg(s) ] + madison &synopsis-pkg;… apt-cache's madison command attempts to mimic the output format and a subset of the functionality of the Debian archive management tool, madison. It displays @@ -321,7 +287,7 @@ Reverse Provides: Per default the depends and - rdepends print all dependencies. This can be twicked with + rdepends print all dependencies. This can be tweaked with these flags which will omit the specified dependency type. Configuration Item: APT::Cache::ShowDependencyType e.g. APT::Cache::ShowRecommends.