Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Chrome can no longer be downloaded with repo #466

Open
pieterhouwen opened this issue Feb 11, 2022 · 1 comment
Open

Google Chrome can no longer be downloaded with repo #466

pieterhouwen opened this issue Feb 11, 2022 · 1 comment

Comments

@pieterhouwen
Copy link

This Issue tracker is only for reporting bugs and tracking code related issues.

Description

NO PUBKEY errors when adding google chrome apt repo, won't let chrome install.

Current behavior

Err:1 http://dl.google.com/linux/chrome/deb stable InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
Hit:6 https://download.jitsi.org stable/ InRelease
Reading package lists... Done
W: GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository 'http://dl.google.com/linux/chrome/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Tried:

wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
apt update
curl https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/google-chrome-keyring.gpg'
apt update

Expected Behavior

Chrome installs normally

Possible Solution

Manually download the chrome deb from: https://www.google.com/chrome/thank-you.html?platform=linux&statcb=0&installdataindex=empty&defaultbrowser=0

This also installs the correct repository

Steps to reproduce

Spin up a new Ubuntu 20.04 instance and follow the prerequisites from the README

Environment details

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"
@xeruf
Copy link

xeruf commented May 2, 2022

do you have gpg installed? it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants