Sponsor:

Your company here, and a link to your site. Click to find out more.

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.

Referenced By

dnf5(8).

Apr 03, 2024 dnf5