感嘆符付きの赤い三角形 Ubuntu 16.04

感嘆符付きの赤い三角形 Ubuntu 16.04

Ubuntu 16.04 を実行しているのですが、赤い感嘆符が表示されました。どうすればいいでしょうか?

ここに画像の説明を入力してください


ここに画像の説明を入力してください

しかし、コンピューター上のすべてが最新の状態です

update/upgrade コマンドを使用すると、次の結果が表示されます。

Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease Ign:2 http://dl.google.com/linux/talkplugin/deb stable InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable Release
Hit:4 http://am.archive.ubuntu.com/ubuntu xenial InRelease
Get:5 http://dl.google.com/linux/talkplugin/deb stable Release [1,347 B]
Get:6 http://am.archive.ubuntu.com/ubuntu xenial-updates InRelease [93.3 kB]
Get:7 http://dl.google.com/linux/talkplugin/deb stable Release.gpg [198 B]
Get:8 http://security.ubuntu.com/ubuntu xenial-security InRelease [92.2 kB]
Hit:10 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu xenial InRelease Hit:11 http://am.archive.ubuntu.com/ubuntu xenial-backports InRelease
Fetched 187 kB in 1s (169 kB/s)
Reading package lists... Done W: http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg: Signature by key 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 uses weak digest algorithm (SHA1) W: There is no public key available for the following key IDs: 1397BC53640DB551 W: http://dl.google.com/linux/talkplugin/deb/dists/stable/Release.gpg: Signature by key 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991 uses weak digest algorithm (SHA1) E: Failed to fetch http://dl.google.com/linux/talkplugin/deb/dists/stable/Release No Hash entry in Release file /var/lib/apt/lists/partial/dl.google.com_linux_talkplugin_deb_dists_stable_Release which is considered strong enough for security purposes E: Some index files failed to download. They have been ignored, or old ones used instead.

答え1

壊れた更新に関連するエラーである可能性があります。

パッケージ リストの更新中にこのエラーを修正してみてください:

sudo apt-get update
sudo apt-get upgrade

注記: 上記のコマンドを実行する前に、コンピュータがインターネットに接続されていることを確認してください。

これがお役に立てば幸いです。

関連情報