ubuntu で aptitude update を行ったとき、いつしか下記のようなエラーが出るようになった…
E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC' E: Failed to download some files W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release: E: Some index files failed to download. They have been ignored, or old ones used instead.
ググってみると apt update で解決するとあったので、そのとおりに実行すると下記の通り解決したようである (笑)
$ sudo apt update Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease Get:2 http://dl.google.com/linux/chrome/deb stable Release [943 B] Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB] Get:4 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B] Hit:5 http://us.archive.ubuntu.com/ubuntu bionic 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 Hit:6 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease Get:7 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Hit:8 http://archive.canonical.com/ubuntu bionic InRelease Get:9 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,131 B] Fetched 160 kB in 10s (15.7 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done
How to solve the “changed its ‘Origin’ value from ‘Google, Inc.’ to ‘Google LLC’” APT error
Comments
No commented yet.