Библиотека сайта rus-linux.net
Maximum RPM: Taking the Red Hat 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.