1REPO-GRAPH(1)                  dnf-plugins-core                  REPO-GRAPH(1)
2
3
4

NAME

6       repo-graph - redirecting to DNF repograph Plugin
7
8       Output a full package dependency graph in dot format.
9

SYNOPSIS

11       dnf repograph [<options>] dnf repo-graph [<options>]
12

DESCRIPTION

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  de‐
19       tails.
20
21       --repo <repoid>
22              Specify  repo ids to query, can be specified multiple times (de‐
23              fault is all enabled).
24

EXAMPLES

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

AUTHOR

39       See AUTHORS in your Core DNF Plugins distribution
40
42       2022, Red Hat, Licensed under GPLv2+
43
44
45
46
474.2.1                            May 27, 2022                    REPO-GRAPH(1)
Impressum