1REPO-GRAPH(1) dnf-plugins-core REPO-GRAPH(1)
2
3
4
6 repo-graph - redirecting to 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.7 May 21, 2019 REPO-GRAPH(1)