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

The Tip Show How-to Activate the Google GPG Key on Distros with the .deb Packages System.
The GPG Key Imported Permit an Automatic Verification and Update of Google .deb Downloaded Packages.

  1. Open a Terminal Window
  2. Import the Google GPG Key
    sudo su -c "wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -"