此内容没有您所选择的语言版本。
15.3.2. Verifying Signature of Packages
To check the GnuPG signature of an RPM file after importing the builder's GnuPG key, use the following command (replace <rpm-file> with filename of the RPM package):
rpm -K <rpm-file>
If all goes well, the following message is displayed:
md5 gpg OK
. That means that the signature of the package has been verified and that it is not corrupt.