1DNF.PLUGIN.REPOCLOSURE(8)      dnf-plugins-core      DNF.PLUGIN.REPOCLOSURE(8)
2
3
4

NAME

6       dnf.plugin.repoclosure - DNF repoclosure Plugin
7
8       Display a list of unresolved dependencies for repositories.
9

SYNOPSIS

11       dnf repoclosure [<options>]
12

DESCRIPTION

14       repoclosure  is  a program that reads package metadata from one or more
15       repositories, checks all dependencies, and displays a list of  packages
16       with unresolved dependencies.
17
18   Options
19       --arch <arch>
20              Query only packages for specified architecture, can be specified
21              multiple times (default is  all  compatible  architectures  with
22              your system). To run repoclosure for arch incompatible with your
23              system use --forcearch=<arch> option to change basearch.
24
25       --best Check only the newest packages per arch.
26
27       --check <repoid>
28              Specify repo ids to  check,  can  be  specified  multiple  times
29              (default is all enabled).
30
31       --newest
32              Check only the newest packages in the repos.
33
34       --pkg <pkg-spec>
35              Check closure for this package only.
36
37       --repo <repoid>
38              Specify  repo  ids  to  query,  can  be specified multiple times
39              (default is all enabled).
40

EXAMPLES

42       Display list of unresolved dependencies for all enabled repositories:
43
44          dnf repoclosure
45
46       Display list of unresolved  dependencies  for  rawhide  repository  and
47       packages with architecture noarch and x86_64:
48
49          dnf repoclosure --repo rawhide --arch noarch --arch x86_64
50
51       Display  list  of unresolved dependencies for zmap package from rawhide
52       repository:
53
54          dnf repoclosure --repo rawhide --pkg zmap
55
56       Display list of unresolved dependencies for myrepo, an add-on  for  the
57       rawhide repository:
58
59          dnf repoclosure --repo rawhide --check myrepo
60

AUTHOR

62       See AUTHORS in your Core DNF Plugins distribution
63
65       2014, Red Hat, Licensed under GPLv2+
66
67
68
69
704.0.2.2                          May 14, 2019        DNF.PLUGIN.REPOCLOSURE(8)
Impressum