1RPMGRAPH(8)                 System Manager's Manual                RPMGRAPH(8)
2
3
4

NAME

6       rpmgraph - Display RPM Package Dependency Graph
7

SYNOPSIS

9       rpmgraph PACKAGE_FILE ...
10
11

DESCRIPTION

13       rpmgraph  uses  PACKAGE_FILE arguments to generate a package dependency
14       graph. Each PACKAGE_FILE argument is read and added to an rpm  transac‐
15       tion  set.  The  elements  of the transaction set are partially ordered
16       using a topological sort.  The  partially  ordered  elements  are  then
17       printed to standard output.
18
19       Nodes  in  the  dependency  graph  are  package names, and edges in the
20       directed graph point to the parent of each node.  The  parent  node  is
21       defined  as  the  last  predecessor of a package when partially ordered
22       using the package dependencies as a relation. That means that the  par‐
23       ent of a given package is the package's last prerequisite.
24
25       The  output is in dot(1) directed graph format, and can be displayed or
26       printed using the dotty graph editor from the graphviz package.   There
27       are  no  rpmgraph  specific  options, only common rpm options.  See the
28       rpmgraph usage message for what is currently implemented.
29

SEE ALSO

31       dot(1),
32
33       dotty(1),
34
35        http://www.graphviz.org/ <URL:http://www.graphviz.org/>
36

AUTHORS

38       Jeff Johnson <jbj@redhat.com>
39
40
41
42Red Hat, Inc.                    30 June 2002                      RPMGRAPH(8)
Impressum