sudo apt get update 的问题:存储库 cdrom... 没有发布文件

TKC*_*ode 36 updates apt

每次我尝试更新(使用sudo apt-get update)我的 Ubuntu 时,我都会遇到这个问题:

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.
Run Code Online (Sandbox Code Playgroud)

我该如何解决?
我使用 Ubuntu 16.04 LTS

PRI*_*LOP 35

要从终端解决此问题,您必须直接从 /etc/apt/sources.list

 sudo nano /etc/apt/sources.list
Run Code Online (Sandbox Code Playgroud)

并注释或删除包含cdrom 的行。例如:

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

  • 这应该是公认的答案。它适用于桌面和服务器发行版。 (3认同)

Tha*_*lou 26

试试这个:
打开软件和更新并在Ubuntu 软件选项卡中取消选中Cdrom with Ubuntu 16.04 LTS 'Xenial Xerus'部分下的Installable from CD-ROM/DVD


归档时间:

查看次数:

114548 次

最近记录:

9 年,1 月 前