Este conteúdo não está disponível no idioma selecionado.
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>
rpm -K <rpm-file>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.