DNF5-CHECK(8) | dnf5 | DNF5-CHECK(8) |
NAME¶
dnf5-check - 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.
September 23, 2024 |