![Ubuntu 16: E: 얻을 수 없습니다. [닫기]](https://linux55.com/image/98309/Ubuntu%2016%3A%20E%3A%20%EC%96%BB%EC%9D%84%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.%20%5B%EB%8B%AB%EA%B8%B0%5D.png)
sudo apt-get update는 다음을 제공합니다.
E: Failed to fetch http://fi.archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-i386/by-hash/SHA256/0f926d2c41be3de2b8a2089364d36615abebcd1dbb4a16d2711754a6dc450a21 Hash Sum mismatch
E: Failed to fetch http://fi.archive.ubuntu.com/ubuntu/dists/xenial-updates/universe/binary-amd64/by-hash/SHA256/9e349f9e513f531105f32ae2eb8c2b6d4c3d69f43789ab0750dbb8e12d86520b
E: Failed to fetch http://ppa.launchpad.net/webupd8team/sublime-text-3/ubuntu/dists/xenial/main/i18n/Translation-en.xz Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
운영 체제는 우분투 16.04입니다.
답변1
패키지 소스에 대해 미러 서버 대신 선택하세요.
software-properties-gtk
기본 서버를 선택합니다.
그리고sudo rm /var/lib/apt/lists/ppa.launchpad.net_webupd8team_sublime-text-3_ubuntu_dists_xenial_*
sudo apt update
답변2
일반적인 수정은 /var/lib/apt/lists의 내용을 삭제하는 것입니다.
sudo rm -rf /var/lib/apt/lists/*
인터넷 트래픽이 제한된 경우 실패한 트래픽을 삭제하면 됩니다.
그런 다음 실행
sudo apt-get update