Maximum RPM: Taking the Red Hat Package Manager to the Limit | ||
---|---|---|
<<< Previous | Concise RPM Command Reference | Next >>> |
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>
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.
<<< Previous | Home | Next >>> |
Query Mode | Up | Install Mode |