1DNF-REPOCLOSURE(8) dnf-plugins-core DNF-REPOCLOSURE(8)
2
3
4
6 dnf-repoclosure - DNF repoclosure Plugin
7
8 Display a list of unresolved dependencies for repositories.
9
11 dnf repoclosure [<options>]
12
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 de‐
20 tails.
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 (de‐
32 fault 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 (de‐
42 fault is all enabled).
43
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
65 See AUTHORS in your Core DNF Plugins distribution
66
68 2022, Red Hat, Licensed under GPLv2+
69
70
71
72
734.2.1 May 27, 2022 DNF-REPOCLOSURE(8)