diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:54 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:54 +0000 |
commit | 3e94da1bf263d70579c0aba6f1af6ee75700affb (patch) | |
tree | 72330326b7337b23906fb7fa8dcdab9ed2e04e3a /doc | |
parent | 5633a7c28bb3f7bdc10a2fba41caaeb4d67c17f4 (diff) |
Dotty
Author: jgg
Date: 2000-05-12 04:00:59 GMT
Dotty
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-cache.8.yo | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/apt-cache.8.yo b/doc/apt-cache.8.yo index aaa995c73..5ce5c48a9 100644 --- a/doc/apt-cache.8.yo +++ b/doc/apt-cache.8.yo @@ -24,7 +24,8 @@ itemize( it() show it() showpkg it() depends - it() pkgnames + it() pkgnames + it() dotty ) Unless the -h, or --help option is given one of the above commands @@ -166,6 +167,22 @@ 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 extremly quickly. This command is best used with the bf(--no-generate) option. +dit(bf(dotty)) +bf(dotty) Takes a list of packages on the command line and gernerates output +suitable for use by dotty from the GraphVis +(http://www.research.att.com/sw/tools/graphviz/) package. The result will be +a set of nodes and edges representing the relationships between the +packages. By default the given packages will trace out all dependent packages +which can produce a very large graph. This can be turned off by setting the +APT::Cache::GivenOnly option. + +The resulting nodes will have several shapse, normal packages are boxes, +pure provides are triangles, mixed provides are diamonds, +hexagons are missing packages. Orange boxes mean recursion was stopped +[leaf packages], blue lines are prre-depends, green lines are conflicts. + +Caution, dotty cannot graph larger sets of packages. + enddit() manpageoptions() |