Man page - dnf4-repoclosure(8)
Packages contas this manual
- repo-graph(1)
- yum-groups-manager(1)
- dnf4-expired-pgp-keys(8)
- yum-config-manager(1)
- dnf4-repoclosure(8)
- dnf4-post-transaction-actions(8)
- dnf4-system-upgrade(8)
- dnf4-debuginfo-install(8)
- yum-utils(1)
- yum-debug-restore(1)
- dnf4-builddep(8)
- yum-builddep(1)
- dnf4-modulesync(8)
- yum-copr(8)
- dnf4-pre-transaction-actions(8)
- dnf4-changelog(8)
- repodiff(1)
- dnf4-versionlock(8)
- dnf4-generate_completion_cache(8)
- dnf4-reposync(8)
- dnf4-repomanage(8)
- dnf-utils(1)
- dnf4-show-leaves(8)
- yum-versionlock.conf(5)
- dnf4-config-manager(8)
- yum-changelog(1)
- yumdownloader(1)
- dnf4-download(8)
- yum-versionlock(8)
- dnf4-needs-restarting(8)
- yum-debug-dump(1)
- dnf4-groups-manager(8)
- reposync(1)
- dnf4-repograph(8)
- dnf4-copr(8)
- repoclosure(1)
- repomanage(1)
- package-cleanup(1)
- dnf4-debug(8)
- dnf4-local(8)
- dnf4-repodiff(8)
- dnf4-leaves(8)
- debuginfo-install(1)
apt-get install dnf-plugins-core
Available languages:
en ro deManual
| DNF4-REPOCLOSURE(8) | dnf-plugins-core | DNF4-REPOCLOSURE(8) |
NAME
dnf4-repoclosure - DNF repoclosure Plugin
Display a list of unresolved dependencies for repositories.
SYNOPSIS
dnf repoclosure [<options>]
DESCRIPTION
repoclosure is a program that reads package metadata from one or more repositories, checks all dependencies, and displays a list of packages with unresolved dependencies.
Options
All general DNF options are accepted, see Options in dnf(8) for details.
- --arch <arch>
- Query only packages for specified architecture, can be specified multiple times (default is all compatible architectures with your system). To run repoclosure for arch incompatible with your system use --forcearch=<arch> option to change basearch.
- --best
- Check only the newest packages per arch.
- --check <repoid>
- Specify repo ids to check, can be specified multiple times (default is all enabled).
- --newest
- Check only the newest packages in the repos.
- --pkg <pkg-spec>
- Check closure for this package only.
- --repo <repoid>
- Specify repo ids to query, can be specified multiple times (default is all enabled).
EXAMPLES
Display list of unresolved dependencies for all enabled repositories:
dnf repoclosure
Display list of unresolved dependencies for rawhide repository and packages with architecture noarch and x86_64:
dnf repoclosure --repo rawhide --arch noarch --arch x86_64
Display list of unresolved dependencies for zmap package from rawhide repository:
dnf repoclosure --repo rawhide --pkg zmap
Display list of unresolved dependencies for myrepo, an add-on for the rawhide repository:
dnf repoclosure --repo rawhide --check myrepo
AUTHOR
See AUTHORS in your Core DNF Plugins distribution
COPYRIGHT
2014, Red Hat, Licensed under GPLv2+
| June 20, 2025 | 4.10.1 |