When you update your Fedora desktop, you may receive a message complaining about a public key for Google Chrome not installed on your system
Public key for google-chrome-stable-41.0.2272.76-1.x86_64.rpm is not installed
Update the repository file and add the gpgkey parameter. If you want to install, you can also create this file and then yum install google-chrome-stable
root@fedora:~ # vi /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
Then run again yum update or yum install google-chrome-stable and it will automatically import the public key
warning: /var/cache/yum/x86_64/21/google-chrome/packages/google-chrome-stable-41.0.2272.76-1.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
Retrieving key from https://dl-ssl.google.com/linux/linux_signing_key.pub
Importing GPG key 0x7FAC5991:
Userid : “Google, Inc. Linux Package Signing Key <linux-packages-keymaster@google.com>”
Fingerprint: 4cca 1eaf 950c ee4a b839 76dc a040 830f 7fac 5991
From : https://dl-ssl.google.com/linux/linux_signing_key.pub
Filed under: Linux Tagged: yum Image may be NSFW.
Clik here to view.

Clik here to view.
