dnf5-check - Man Page
Check Command
Synopsis
dnf5 check [options]
Description
Checks the local packagedb and produces information on any problems it finds. The set of checks performed can be specified with options.
Options
- --dependencies
Show missing dependencies and conflicts.
- --duplicates
Show duplicated packages.
- --obsoleted
Show obsoleted packages.
Examples
- dnf5 check
Show all problems.
- dnf5 check --dependencies --obsoleted
Show missing dependencies, conflicts and obsoleted packages.
Author
See AUTHORS.md in dnf5 source distribution.
Copyright
Contributors to the dnf5 project.
Referenced By
The man page dnf-check(8) is an alias of dnf5-check(8).
Sep 20, 2024 dnf5