그래서 Ubuntu 16.04를 실행하고 있는데 빨간색 느낌표가 방금 나타났습니다. 어떡해??
하지만 컴퓨터의 모든 것이 최신 상태입니다
업데이트/업그레이드 명령을 사용할 때 얻는 결과는 다음과 같습니다.
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
메모: 위 명령을 실행하기 전에 컴퓨터가 인터넷에 연결되어 있는지 확인하세요.
이것이 당신에게 도움이 되기를 바랍니다.