1DNF5-REPOCLOSURE(8)                  dnf5                  DNF5-REPOCLOSURE(8)
2
3
4

NAME

6       dnf5-repoclosure - Repoclosure Command
7

SYNOPSIS

9       dnf5 repoclosure [options] [<pkg-spec>...]
10

DESCRIPTION

12       The  repoclosure  command  allows  you to analyze package metadata from
13       multiple repositories. It checks all dependencies of the  packages  and
14       provides a list of packages that have unresolved dependencies.
15
16       By  default, repoclosure considers all enabled repositories when check‐
17       ing dependencies. However, you can customize the set of repositories by
18       using  standard  DNF5  options such as --repo, --enable-repo, or --dis‐
19       able-repo.
20

OPTIONS

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).
26
27       --best Check only the newest packages per arch.
28
29       --check <repoid>
30              Specify repositories to check, can be specified  multiple  times
31              (default is all enabled repositories).
32
33       --newest
34              Check only the newest packages in the repos.
35
36       <pkg-spec>
37              Check closure for this package only.
38

EXAMPLES

40       dnf5 repoclosure
41              Display a list of unresolved dependencies for all enabled repos‐
42              itories.
43
44       dnf5 repoclosure --repo rawhide --arch noarch --arch x86_64
45              Display a list of unresolved dependencies for rawhide repository
46              and packages with architecture noarch and x86_64.
47
48       dnf5 repoclosure --repo rawhide zmap
49              Display  a list of unresolved dependencies for zmap package from
50              rawhide repository.
51
52       dnf5 repoclosure --repo rawhide --check myrepo
53              Display a list of unresolved dependencies for myrepo, an  add-on
54              for the rawhide repository.
55

AUTHOR

57       See AUTHORS.md in dnf5 source distribution.
58
60       Contributors to the dnf5 project.
61
62
63
64
65                                 Nov 09, 2023              DNF5-REPOCLOSURE(8)
Impressum