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 All general DNF options are accepted, see Options in dnf(8) for
19 details.
20
21 --repo <repoid>
22 Specify repo ids to query, can be specified multiple times
23 (default is all enabled).
24
26 Output dependency list from all enabled repositories:
27
28 dnf repograph
29
30 Output dependency list from rawhide repository:
31
32 dnf repograph --repoid rawhide
33
34 Output dependency list from rawhide and koji repository:
35
36 dnf repo-graph --repoid rawhide --repoid koji
37
39 See AUTHORS in your Core DNF Plugins distribution
40
42 2020, Red Hat, Licensed under GPLv2+
43
44
45
46
474.0.15 Apr 08, 2020 REPO-GRAPH(1)