Refer to the exhibit. An administrator wants to verify the integrity of the kernel-core package by checking its signature. Which command is used?
Checks the package signature.
Why this answer
`rpm -K` (or `rpm --checksig`) checks the GPG signature of the package. `rpm -V` verifies file integrity against the database, not signature. `rpm --verify` is same as -V. `rpm -q --changelog` shows changelog. `rpm -qa` lists all packages.