How-to Import the Google GPG Key for Rpm Packages Based Distros

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.

  1. Open a Terminal Window
  2. Get the GPG Google Key
    wget https://dl-ssl.google.com/linux/linux_signing_key.pub
  3. Import the Google GPG Key
    su -c "rpm --import linux_signing_key.pub"