APT – How to Update Google Chrome 70 After Change in ‘Origin’ Value

aptgoogle-chromeppaupdates

I have Google Chrome Version 70.0.3538.77 (Official Build) (64-bit).

Today, after running sudo apt update and sudo apt full-upgrade, I saw:

E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

I looked at the man page for apt-secure but it's pretty technical and difficult, at least for me, to follow.

So how do I fix this issue?


Edit: for now, I've removed the existing Google Chrome ppa from Software Sources and then ran sudo apt update and sudo apt full-upgrade successfully with the following being installed/upgraded successfully:

The following NEW packages will be installed:
  python3-netifaces
The following packages will be upgraded:
  netplan.io nplan ppp
3 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.

Best Answer

This issue has existed for some time:

The error message clearly shows that this has to do with Google changing its name from Google, Inc to Google LLC. The error message shows what's wrong, but does not tell us what command to run to fix this problem.

How can I accept this change explicitly as the message says?

As stated in the question linked to above from June 2018, the issue related to chrome-remote-desktop and the solution is simply to run sudo apt update and to respond with y at the prompt.

This is what I see when I run just sudo apt update without chaining it with sudo apt upgrade:

E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:8 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,130 B]                                                    

Running just sudo apt update provides the [y/N] prompt.