Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


google_chrome_gpg_keys_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

google_chrome_gpg_keys_troubleshooting [2025/06/25 16:34] – created juckinsgoogle_chrome_gpg_keys_troubleshooting [2025/06/25 16:37] (current) juckins
Line 10: Line 10:
   You can remove cached packages by executing 'dnf clean packages'.   You can remove cached packages by executing 'dnf clean packages'.
   Error: GPG check FAILED   Error: GPG check FAILED
 +
 +Then do the following as root:
 +
 +  # rpm -q gpg-pubkey
 +
 +You will see a series of keys like this:
 +
 +  gpg-pubkey-350d275d-6279464b
 +  gpg-pubkey-3228467c-613798eb
 +  gpg-pubkey-296458f3-6230de7d
 +  gpg-pubkey-7fac5991-4615767f
 +  gpg-pubkey-478f8947-5ff329c5
 +  gpg-pubkey-d38b4796-570c8cd3
 +  gpg-pubkey-d59097ab-52d46e88
 +  gpg-pubkey-038651bd-56c6038f
 +
 +For Chrome and Chrome Beta, you need to remove 2 keys:
 +
 +  # rpm -e gpg-pubkey-d38b4796-570c8cd3
 +  # rpm -e gpg-pubkey-7fac5991-4615767f
 +
 +Ensure they are gone by running ''rpm -q gpg-pubkey'' and checking.
 +
 +Then do the normal ''dnf install google-chrome-stable'' and ''dnf install google-chrome-beta''
  
google_chrome_gpg_keys_troubleshooting.1750883675.txt.gz · Last modified: by juckins