Repository changed its ‘Origin’ value from ‘Google, Inc.’ to ‘Google LLC’



If your are using Google Chrome on Debian or Ubuntu, you must have encountered the following error while updating your system through sudo apt-get update.

E: Repository ‘http://dl.google.com/linux/chrome-remote-desktop/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.

This error simply says that Google apt repository has change its name from Google, Inc to Google LCC. This error might be harmless, but this might cause problems on the long run.

There is a simple fix for this error. Just run the following command on your terminal.

sudo apt update

You will be prompted by the following

Do you want to accept these changes and continue updating from this repository? [y/N]

Just press y, then enter and your good to go.