1DNF.PLUGIN.REPOGRAPH(8) dnf-plugins-core DNF.PLUGIN.REPOGRAPH(8)
2
3
4
6 dnf.plugin.repograph - DNF repograph Plugin
7
8 Output a full package dependency graph in dot format.
9
11 dnf repograph [<options>] dnf repo-graph [<options>]
12
14 repograph is a program that generates a full package dependency list
15 from a repository and outputs it in dot format.
16
17 Options
18 Set what repos should be processed.
19
20 --repo <repoid>
21 Specify repo ids to query, can be specified multiple times
22 (default is all enabled).
23
25 Output dependency list from all enabled repositories:
26
27 dnf repograph
28
29 Output dependency list from rawhide repository:
30
31 dnf repograph --repoid rawhide
32
33 Output dependency list from rawhide and koji repository:
34
35 dnf repo-graph --repoid rawhide --repoid koji
36
38 See AUTHORS in your Core DNF Plugins distribution
39
41 2014, Red Hat, Licensed under GPLv2+
42
43
44
45
464.0.2.2 May 14, 2019 DNF.PLUGIN.REPOGRAPH(8)