sudo apt get update 관련 문제점 : 저장소 cdrom…에 릴리스 파일이 없습니다.


30

sudo apt-get update우분투를 업데이트 할 때 마다이 문제가 발생합니다.

W: The repository 'cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1) xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-amd64/Packages  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-i386/Packages  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/xenial/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

어떻게 고칠 수 있습니까?
우분투 16.04 LTS를 사용합니다


ppa 오류에 대해서는 이 질문을 참조하십시오 . 게시 한 내용에서 다른 소스의 업데이트가 정상적으로 작동하는 것 같습니다.이 경우이 오류에 대해 걱정할 필요가 없습니다.
Zanna

시스템 설정> 소프트웨어 및 업데이트
Mostafa Ahangarha

답변:


24

터미널에서이 문제를 해결하려면이 CD-ROM 저장소 소스를 직접 제거하거나 주석 처리해야합니다. /etc/apt/sources.list

 sudo nano /etc/apt/sources.list

cdrom 을 포함하는 행을 주석 처리하거나 제거하십시오 . 예 :

deb cdrom:[Ubuntu-Server 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.3)]/ xenial main restricted

2
이것이 정답입니다. 데스크톱 및 서버 배포판에서 작동합니다.
mau

내 문제를 해결했다! 그러나 cdrom 이외의 다른 것이 영향을 받거나받지 않을 것이라고 말할 수 있습니까? (VMware에서 가상 머신 내부 작업)
Malik Asif

1
다른 소스에는 영향을 미치지 않으며 패키지 소스로 cd-rom 만 있습니다.
PRIHLOP

19

이 시도 :
오픈 소프트웨어 및 업데이트 하고있는 우분투 소프트웨어 의 선택을 취소 탭 우분투 16.04 LTS '주객 관계의 Xerus'와 CDROM 섹션에서 CD-ROM / DVD에서 설치 가능 .


나를 위해 일했다. 14.04를 사용하고 있습니다. 처음에는 어떻게 소프트웨어 소스에 들어갔습니까? 내가 상상할 수있는 유일한 것은 시동 디스크 생성기로 16.04 USB 스틱을 만들었 기 때문입니다.
atmelino

나 같은 이유
Alexey

PureOS를 사용하여이 문제를 해결 했으므로 다음과 같은 추가 사항으로 답변에서와 같이 "Softare & Updates"를 통해 해결되었습니다. "인터넷에서 다운로드 가능"이라는 "PureOS 소프트웨어"탭에서 "공식적으로 지원됨 (기본)"상자, "기타 "소프트웨어"에서 "cdrom"상자를 체크 해제하십시오.
Ida Ebkes

@atmelino : 예, USB 스틱에서 설치 한 후에 발생합니다. 이것에 대한 버그 리포트가있는 것처럼 보이지만 닫혔습니다. bugs.debian.org/cgi-bin/bugreport.cgi?bug=807996
Ida Ebkes

추신 : 이것은 내가 찾은 오류의 한 줄입니다 .E ​​: 저장소 'cdrom : // [데비안 GNU / 리눅스 없음 녹색 -공식 스냅 샷 amd64 LIVE / INSTALL Binary 20180120-02 : 05] 녹색 릴리스'가 아닙니다 릴리즈 파일이 있습니다.
Ida Ebkes
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.