apt-get 要求我插入 CD,为什么?

apt-get 要求我插入 CD,为什么?

可能重复:
我无法更新 12.04 LTS

我之前尝试安装过几个包,也发生过这种情况,实际上我遇到了这个问题

sudo apt-get install libvte-dev

这是尾巴……

0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.9 MB/14.9 MB of archives.
After this operation, 62.2 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://cz.archive.ubuntu.com/ubuntu/ precise/main zlib1g-dev amd64 1:1.2.3.4.dfsg-3ubuntu4 [165 kB]
Media change: please insert the disc labeled
 'Ubuntu 12.04.1 LTS _Precise Pangolin_ - Release amd64 (20120823.1)'
in the drive '/media/cdrom/' and press enter

我在线。问题出在哪里?

注意:我是从 USB 驱动器安装 Ubuntu 的 - 我没有 CD

答案1

如果你有互联网连接,你可以安全地注释掉deb cdrom: ....文件中以 开头的行/etc/apt/sources.list。你可以使用以下命令编辑此文件:

sudo gedit /etc/apt/sources.list

并在此行前面添加#- 符号,使其看起来像这样:

# deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release amd64 (20121017.5)]/ quantal main restricted

保存文件,不要忘记运行

sudo apt-get update

相关内容