I successfully installed google-chrome-stable by removing gpgcheck
nano /etc/yum.repos.d/google-chrome.repo
- Set
gpgcheck
to0
(gpgcheck=0
) - Save (^X + Y + Enter)
- Replace local layer with repo layer:
rpm-ostree uninstall google-chrome-stable && rpm-ostree install google-chrome-stable
I know this is not the best option, but it worked.
I don’t know if I will receive updates too, but I think I will;
It will just not check for the gpg key, which is a bad practice.
If someone know how I can restore the gpg key check, I will appreciate any help