Libzypp/Solver/UseCase/Verify

From openSUSE

Verify System

System verification checks all dependencies of all installed packages in order to ensure a consistent system.

This checking is relatively easy to accomplish by

  1. flag verifying in the solver (the verification process should only check, not actually change the system)
  2. iterate over all installed packages and schedule them for installation
  3. run resolve dependencies