업데이트 관리자가 작동하지 않습니다


12

Hi 업데이트에서 CHECK 버튼을 누르면 사용 가능한 업데이트를 찾지 않습니다.

아래 오류가 발생합니다.

"Failed to Download repository information"

Check your Internet connection..

W:GPG error: http://archive.canonical.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W:GPG error: http://archive.canonical.com lucid Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W:Failed to fetch gzip:/var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_main_source_Sources  Hash Sum mismatch
E:Some index files failed to download. They have been ignored, or old ones used instead.

우분투 버전 11.10


: 당신이 아니라 여기에 같은 문제가있을 수 있습니다 askubuntu.com/questions/82700/...
블랙 블록

답변:


15

터미널에서 사용해보십시오

sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

녹색 체크 표시를 사용하여 정답으로 표시하십시오.
브루노 페레이라

Ubuntu 10.10에서 작동하게하는 방법을 알고
있습니까?
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.