rpmgraph 中文man页面

系统
rpmgraph 使用 PACKAGE_FILE 参数来产生一个软件包依赖关系图。每个 PACKAGE_FILE 参数都被读取并添加到 rpm 事务集中。事务集的元素使用拓扑排序得到偏序关系。元素的偏序关系被输出到标准输出。

NAME

rpmgraph - 显示 RPM 软件包依赖关系图  

SYNOPSIS

rpmgraph PACKAGE_FILE ...

DESCRIPTION

rpmgraph 使用 PACKAGE_FILE 参数来产生一个软件包依赖关系图。每个 PACKAGE_FILE 参数都被读取并添加到 rpm 事务集中。事务集的元素使用拓扑排序得到偏序关系。元素的偏序关系被输出到标准输出。

依赖关系图中的节点是软件包名称,有向图中的边指向每个节点的父节点。父节点被定义为,将软件包依赖性作为一个偏序关系,一个软件包的最近的前驱。这意味着,给定一个软件包,它的父节点是它依赖的软件包中的最后一个。

输出是 dot(1) 有向图格式,可以使用 graphviz 软件包中的 dotty 图像编辑器来显示或打印。没有特定于 rpmgraph 的选项,只有一般的 rpm 选项。参见 rpmgraph 用法信息,察看当前已实现的内容。  

SEE ALSO

dot(1),

dotty(1),

#p#

NAME

rpmgraph - Display RPM Package Dependency Graph  

SYNOPSIS

rpmgraph PACKAGE_FILE ...

DESCRIPTION

rpmgraph uses PACKAGE_FILE arguments to generate a package dependency graph. Each PACKAGE_FILE 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.

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.

The output is in dot(1) directed graph format, and can be displayed or printed using the dotty graph editor from the graphviz package. There are no rpmgraph specific options, only common rpm options. See the rpmgraph usage message for what is currently implemented.  

SEE ALSO

dot(1),

dotty(1),

责任编辑:韩亚珊 来源: CMPP.net
相关推荐

2011-08-24 16:48:36

man中文man

2011-08-15 10:21:09

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-11-01 13:46:50

中文mantac

2011-08-25 16:55:26

gets中文man

2011-08-25 15:49:02

freopen中文man

2011-08-25 16:00:56

fflush中文man

2011-08-25 16:08:55

fsetpos中文man

2011-08-25 15:33:18

exit中文man

2011-08-25 10:55:37

services中文man

2011-08-25 09:35:26

units中文man

2011-08-24 13:57:35

DECLARE中文man

2011-08-11 15:28:43

ali中文man

2011-08-23 17:24:11

userdel中文man

2011-08-23 17:33:22

rdev中文man

2011-08-23 18:05:21

ABORT中文man

2011-08-18 19:15:25

group中文man

2011-08-23 10:17:54

bdflush中文man

2011-08-23 10:48:03

exportfs中文man
点赞
收藏

51CTO技术栈公众号