X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/5b42c812e5f689206f5e3ad4196f17c97ca34415..3ba36dfffbf5f158090f53a15b94e67db98057aa:/doc/apt-cache.8.xml?ds=sidebyside
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml
index 7ba004623..9851135b1 100644
--- a/doc/apt-cache.8.xml
+++ b/doc/apt-cache.8.xml
@@ -21,6 +21,7 @@
apt-cache8
+ APT
@@ -51,6 +52,7 @@
rdepends pkgpkgnames prefixdotty pkg
+ xvcg pkgpolicy pkgsmadison pkgs
@@ -198,8 +200,8 @@ Reverse Provides:
search regex [ regex ... ]search performs a full text search on all available package
lists for the POSIX regex pattern given, see
- regex
- 7.
+ regex
+ 7.
It searches the package names and the
descriptions for an occurrence of the regular expression and prints out
the package name and the short description, including virtual package
@@ -224,11 +226,14 @@ Reverse Provides:
pkgnames [ prefix ]
- This command prints the name of each package in the system. The optional
+ 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
extremely quickly. This command is best used with the
- option.
+ option.
+ Note that a package which APT knows of is not nessasarily available to download,
+ installable or installed, e.g. virtual packages are also listed in the generated list.
+ dotty pkg(s)
@@ -249,6 +254,11 @@ Reverse Provides:
Caution, dotty cannot graph larger sets of packages.
+ xvcg pkg(s)
+ The same as dotty, only for xvcg from the
+ VCG tool.
+
+
policy [ pkg(s) ]policy is meant to help debug issues relating to the
preferences file. With no arguments it will print out the
@@ -294,7 +304,7 @@ Reverse Provides:
- Print only important dependencies; for use with unmet. Causes only Depends and
+ Print only important dependencies; for use with unmet and depends. Causes only Depends and
Pre-Depends relations to be printed.
Configuration Item: APT::Cache::Important.
@@ -350,21 +360,8 @@ Reverse Provides:
Files
- /etc/apt/sources.list
- Locations to fetch packages from.
- Configuration Item: Dir::Etc::SourceList.
-
-
- &statedir;/lists/
- Storage area for state information for each package resource specified in
- &sources-list;
- Configuration Item: Dir::State::Lists.
-
-
- &statedir;/lists/partial/
- Storage area for state information in transit.
- Configuration Item: Dir::State::Lists (implicit partial).
-
+ &file-sourceslist;
+ &file-statelists;