Output a full package dependency graph in dot format.
dnf repograph [<options>] dnf repo-graph [<options>]
repograph is a program that generates a full package dependency list from a repository and outputs it in dot format.
Set what repos should be processed.
Output dependency list from all enabled repositories:
dnf repograph
Output dependency list from rawhide repository:
dnf repograph --repoid rawhide
Output dependency list from rawhide and koji repository:
dnf repo-graph --repoid rawhide --repoid koji