.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "RPMGRAPH" "8" "30 June 2002" "" "" .hy .SH NAME .PP rpmgraph - Display RPM Package Dependency Graph .SH SYNOPSIS .PP \f[B]rpmgraph\f[R] \f[I]PACKAGE_FILE ...\f[R] .SH DESCRIPTION .PP \f[B]rpmgraph\f[R] uses \f[I]PACKAGE_FILE\f[R] arguments to generate a package dependency graph. Each \f[I]PACKAGE_FILE\f[R] argument is read and added to an rpm transaction set. The elements of the transaction set are partially ordered using a topological sort. The partially ordered elements are then printed to standard output. .PP Nodes in the dependency graph are package names, and edges in the directed graph point to the parent of each node. The parent node is defined as the last predecessor of a package when partially ordered using the package dependencies as a relation. That means that the parent of a given package is the package\[aq]s last prerequisite. .PP The output is in \f[B]dot\f[R](1) directed graph format, and can be displayed or printed using the \f[B]dotty\f[R] graph editor from the \f[B]graphviz\f[R] package. There are no \f[B]rpmgraph\f[R] specific options, only common \f[B]rpm\f[R] options. See the \f[B]rpmgraph\f[R] usage message for what is currently implemented. .SH SEE ALSO .PP \f[B]dot\f[R](1), \f[B]dotty\f[R](1) .PP \f[B]http://www.graphviz.org/ \f[R] .SH AUTHORS .PP Jeff Johnson