
Ubuntu日本語フォーラム

ログインしていません。
掲題のような症状につきまして、他の方からの同様の質問は拝見しましたが、以下の場合どのような対応をすればよいかお教えいただけないでしょうか。sudo apt-get updateの実行結果は以下の通りです。よろしく願いいたします。
<pre><font color="#8AE234"><b>tomboworks@ASUS-P5E</b></font>:<font color="#729FCF"><b>~</b></font>$ sudo apt-get update
[sudo] tomboworks のパスワード:
ヒット:1 http://jp.archive.ubuntu.com/ubuntu bionic InRelease
ヒット:2 http://jp.archive.ubuntu.com/ubuntu bionic-updates InRelease
ヒット:3 http://archive.ubuntulinux.jp/ubuntu bionic InRelease
ヒット:4 http://jp.archive.ubuntu.com/ubuntu bionic-backports InRelease
ヒット:5 http://archive.ubuntulinux.jp/ubuntu-ja-non-free bionic InRelease
無視:6 http://dl.google.com/linux/chrome/deb stable InRelease
取得:7 http://dl.google.com/linux/chrome/deb stable Release [943 B]
取得:8 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
ヒット:9 http://archive.canonical.com/ubuntu bionic InRelease
取得:10 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
パッケージリストを読み込んでいます... 完了
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.
<font color="#8AE234"><b>tomboworks@ASUS-P5E</b></font>:<font color="#729FCF"><b>~</b></font>$
</pre>
オフライン
端末で、
sudo apt update
を実行すると、
Do you want to accept these changes and continue updating from this repository? [y/N]
というプロンプトが表示されるはずなので、y → Enter を押してください。
または、
sudo apt-get update -y --allow-releaseinfo-change
でも解決するそうです。
E: Repository 'http://dl.google.com/linux/chrome-remote-desktop/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC' [closed]
https://stackoverflow.com/questions/50942353/e-repository-http-dl-google-com-linux-chrome-remote-desktop-deb-stable-relea
オフライン
ありがとうございます!ご指示の通りにやって、無事症状が改善しました。
助かりました。
オフライン