Skip to main content
edited tags
Link
slm
  • 380k
  • 127
  • 793
  • 897
Source Link
Omid
  • 3.5k
  • 8
  • 36
  • 40

Verify a package installed with yum --nogpgcheck having gpg key

due to some network limitations I get this error while installing google chrome from rpmfusion repo:

GPG key retrieval failed 

I have also the gpg key of google chrome downloaded from the same url that yum is trying to download from, on my system. I installed google-chrome using this command:

yum install google-chrome-stable --nogpgcheck 

And it was installed successfully. Now I'm interested to know is there a way to validate the installed package using the gpg key file I have and the cached package of google-chrome in /var/cache/... ?