Наши партнеры








Книги по Linux (с отзывами читателей)

Библиотека сайта rus-linux.net

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.