Problem Description
When I `apt-get update` and `apt-get upgrade` my Ubuntu system, I get the following error message regarding fetching Google Chrome updates. This only started happening a few days ago.
<!-- language: bash -->
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.
The error message clearly shows that this has to do with [Google changing its name][1] 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?
[1]: https://techcrunch.com/2017/09/04/google-parent-alphabet-forms-holding-company-xxvi-to-complete-2015-corporate-reorganization/
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?