Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.33 KB

s1-rpm-commands-verify-mode.md

File metadata and controls

57 lines (31 loc) · 1.33 KB

Maximum RPM: Taking the RPM Package Manager to the Limit

Prev

Appendix C. Concise RPM Command Reference

Next


Verify Mode

RPM's verification mode is used to ensure that a package is still installed properly:

Format: rpm --verify <options>

or

Format: rpm -V <options>

or

Format: rpm -y <options>

Options To Verify Mode

The following options can be used on any verify command:

  • --nodeps — Do not verify package dependencies.

  • --nofiles — Do not verify file attributes.

  • --noscripts — Do not execute the package's verification script.


Prev Home Next
Query Mode Up Install Mode