The Tip Show How-to Activate the Google GPG Key on Distros with the .rpm Packages System.
The GPG Key Imported Permit an Automatic Verification and Update of Google .rpm Downloaded Packages.
- Open a Terminal Window
- Get the GPG Google Key
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
- Import the Google GPG Key
su -c "rpm --import linux_signing_key.pub"