중복된 크롬 저장소 제거

중복된 크롬 저장소 제거

어떻게 든 누군가가 chromium 설치를 제안한 이 저장소를 추가했는데(저는 새로운 사용자입니다) 이제 업데이트할 때마다 다음이 표시됩니다.

W: Failed to fetch http://ppa.launchpad.net/a-v-shkop/chromium/ubuntu/dists/saucy/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/a-v-shkop/chromium/ubuntu/dists/saucy/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

해당 저장소를 어떻게 제거합니까?

답변1

터미널에서 아래 명령을 실행하세요.

sudo add-apt-repository -r ppa:a-v-shkop/chromium
sudo apt-get update

답변2

터미널에서 다음 명령을 실행합니다.

gksu gedit /etc/apt/sources.list

제거하려는 저장소까지 아래로 스크롤합니다. 코드 줄을 삭제하세요. 파일을 저장하고 종료합니다.

터미널에서 다음 명령을 사용하여 시스템을 업데이트하십시오.

sudo apt-get 업데이트

관련 정보