Repository ‘http://dl.google.com/linux/chrome/deb stable Release’ changed its ‘Origin’ value from ‘Google, Inc.’ to ‘Google LLC’
The Problem:
You’re updating you’re ubuntu server with sudo apt-get update and you get the following error:
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 ap plied. See apt-secure(8) manpage for details.
The Command to Fix It
It’s simple to resolve this problem by running apt update instead of apt-get update:
sudo apt update