jitsi / jibri

Jitsi BRoadcasting Infrastructure
Apache License 2.0
607 stars 313 forks source link

Google Chrome can no longer be downloaded with repo #466

Open pieterhouwen opened 2 years ago

pieterhouwen commented 2 years ago

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 commented 2 years ago

do you have gpg installed? it works for me