summaryrefslogtreecommitdiff
path: root/doc/rpmgraph.8
diff options
context:
space:
mode:
authorKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:49:08 +0900
committerKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:49:08 +0900
commitdec48cfa66e17ba4a7e50c92cb24b913289feb12 (patch)
treee1f48cd5cabb40a1d604b36949ff072d01267cb5 /doc/rpmgraph.8
parentb7a3bffb8e0341b7e4ef69def268bca3a7f279ff (diff)
downloadrpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.tar.gz
rpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.tar.bz2
rpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.zip
Upload Tizen:Base source
Diffstat (limited to 'doc/rpmgraph.8')
-rw-r--r--doc/rpmgraph.845
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/rpmgraph.8 b/doc/rpmgraph.8
new file mode 100644
index 0000000..a20e8c2
--- /dev/null
+++ b/doc/rpmgraph.8
@@ -0,0 +1,45 @@
+.\" This manpage has been automatically generated by docbook2man
+.\" from a DocBook document. This tool can be found at:
+.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
+.\" Please send any bug reports, improvements, comments, patches,
+.\" etc. to Steve Cheng <steve@ggi-project.org>.
+.TH "RPMGRAPH" "8" "30 June 2002" "Red Hat, Inc."
+.SH NAME
+rpmgraph \- Display RPM Package Dependency Graph
+.SH SYNOPSIS
+.PP
+
+
+\fBrpmgraph\fR \fB\fIPACKAGE_FILE\fB\fR\fI ...\fR
+
+.SH "DESCRIPTION"
+.PP
+\fBrpmgraph\fR uses \fIPACKAGE_FILE\fR arguments
+to generate a package dependency graph. Each
+\fIPACKAGE_FILE\fR 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's last prerequisite.
+.PP
+The output is in \fBdot\fR(1) directed graph format,
+and can be displayed or printed using the \fBdotty\fR
+graph editor from the \fBgraphviz\fR package.
+There are no \fBrpmgraph\fR specific options, only common \fBrpm\fR options.
+See the \fBrpmgraph\fR usage message for what is currently implemented.
+.SH "SEE ALSO"
+
+\fBdot\fR(1),
+
+\fBdotty\fR(1),
+
+\fB http://www.graphviz.org/ <URL:http://www.graphviz.org/>
+\fR
+.SH "AUTHORS"
+
+Jeff Johnson <jbj@redhat.com>