Если вы пользуетесь браузером Google Chrome, то после недавних обновлений вы могли увидеть следующую ошибку при работе команды apt-get update
:
root@xxx:~# apt-get update Hit:1 http://linux.teamviewer.com/deb stable InRelease Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease Hit:3 http://security.debian.org buster/updates InRelease Hit:4 http://linux.teamviewer.com/deb preview InRelease Get:5 http://dl.google.com/linux/chrome/deb stable Release [943 B] Get:6 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B] Hit:7 https://repo.skype.com/deb stable InRelease Hit:8 https://download.docker.com/linux/debian stretch InRelease Hit:9 https://download.virtualbox.org/virtualbox/debian stretch InRelease Hit:10 http://http.us.debian.org/debian buster InRelease Hit:11 http://http.us.debian.org/debian buster-updates InRelease Hit:12 https://download.sublimetext.com apt/stable/ InRelease Reading package lists... Done 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.
Решается данная проблема очень просто:
root@xxx:~# apt update Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease Hit:2 http://linux.teamviewer.com/deb stable InRelease Hit:3 http://security.debian.org buster/updates InRelease Get:4 http://dl.google.com/linux/chrome/deb stable Release [943 B] Hit:5 http://linux.teamviewer.com/deb preview InRelease Hit:6 http://http.us.debian.org/debian buster InRelease Get:7 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B] Hit:8 https://download.docker.com/linux/debian stretch InRelease Hit:9 https://repo.skype.com/deb stable InRelease Hit:10 https://download.virtualbox.org/virtualbox/debian stretch InRelease Hit:11 http://http.us.debian.org/debian buster-updates InRelease Hit:12 https://download.sublimetext.com apt/stable/ InRelease 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:13 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,131 B] Fetched 1,950 B in 9s (221 B/s) Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date.
И обновляйтесь дальше без ошибок. 😉