apt-get, install, update 오류
-: Some index files failed to download They have been ignored, or old ones used
간혹가다
꾸러미 목록을 읽는 중입니다... 오류!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/kr.archive.ubuntu.com_ubuntu_dists_intrepid_universe_binary-amd64_Packages
E: 꾸러미 목록이나 상태 파일을 파싱할 수 없거나 열 수 없습니다.
E: Couldn't rebuild package cache
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/kr.archive.ubuntu.com_ubuntu_dists_intrepid_universe_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened. E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/kr.archive.ubuntu.com_ubuntu_dists_intrepid_universe_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
파일을 열 수 없습니다.
패키지 목록이나 상태 파일을 파싱할 수 없거나 열 수 없습니다
등등..의 오류가 난다.
우선 업데이트 서버를 변경해보았다.
1. 디렉토리 변경
$ cd /etc/apt
2. 업데이트 서버 변경
(1) 우분투 한국 서버 (kr.archive.ubuntu.com)를 사용하는 경우
$ sudo sed -i 's,http://.*ubuntu.com,http://old-releases.ubuntu.com,g' sources.list
(2) Daum 서버를 사용하는 경우
$ sudo sed -i 's,http://.*ftp.daum.net,http://old-releases.ubuntu.com,g' sources.list
3. 업데이트 서버 목록 갱신
$ sudo apt-get update
-> 그래서 다른 방법을 시도해보았다.
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
이렇게 되니 우선은 필요없는 파일들이 정리되서 해결이 되었지만, 어떤 원리인지, 또 어떤 문제였는지 정확하게 알 수가 없다.
그래도 목표했던 kdenlive 설치는 완료했다.
출처:
http://imitator.kr/Linux/1213
http://lse0101.tistory.com/entry/apt-get-install-%EC%9D%B4%EB%82%98-update%EC%8B%9C%EC%97%90-%EB%82%98%EB%8A%94-%EC%98%A4%EB%A5%98