1REPOCLOSURE(1)                 dnf-plugins-core                 REPOCLOSURE(1)
2
3
4

NAME

6       repoclosure - redirecting to 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       All  general  DNF  options  are  accepted,  see  Options  in dnf(8) for
20       details.
21
22       --arch <arch>
23              Query only packages for specified architecture, can be specified
24              multiple  times  (default  is  all compatible architectures with
25              your system). To run repoclosure for arch incompatible with your
26              system use --forcearch=<arch> option to change basearch.
27
28       --best Check only the newest packages per arch.
29
30       --check <repoid>
31              Specify  repo  ids  to  check,  can  be specified multiple times
32              (default is all enabled).
33
34       --newest
35              Check only the newest packages in the repos.
36
37       --pkg <pkg-spec>
38              Check closure for this package only.
39
40       --repo <repoid>
41              Specify repo ids to  query,  can  be  specified  multiple  times
42              (default is all enabled).
43

EXAMPLES

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

AUTHOR

65       See AUTHORS in your Core DNF Plugins distribution
66
68       2020, Red Hat, Licensed under GPLv2+
69
70
71
72
734.0.15                           Apr 08, 2020                   REPOCLOSURE(1)
Impressum