Linux Software Repositories

On an RPM-based system (Fedora, SUSE, Mandriva, RHEL, etc.), download the key and then use rpm to install it.
For more information on Google's package signing key, see the Signing Key page.

Run these commands as root:

wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub

You can verify the key installation by running:

rpm -qi gpg-pubkey-7fac5991-4615767f 

To manually verify an RPM package, you can run the command:

rpm --checksig -v packagename.rpm  

RPM can verify and install packages, but it doesn't interact with repositories directly. See the other configuration guides for information on configuring your system to use the Google repositories.