Printer-friendly versionI needed to import the GNU PGP keys into my local keyring so I could verify the GNU packages I download.
All I needed to do was:
Then I can verify package signatures with:
gpg --verify <sig.file> [<package.file>] <br />
<br />