我通过第一个 ISO 在 OS X 上将 Debian 安装到 VMware Fusion 6Debian 的镜像档案。
现在,当我尝试apt-get
在某些条件下运行时,即apt-get install make
,我收到以下错误:
Media change: please insert the disc labeled
'Debian GNU/Linux 7.3.0 _Wheezy_ - Official i386 DVD Binary-1 20131215-03:40'
in the drive '/media/cdrom/' and press enter
我不知道为什么它会提示我使用任何类型的物理媒体——有什么想法吗?
答案1
很容易修复。编辑此文件sudo nano /etc/apt/sources.list
然后注释掉#deb cdrom:
这是我的喘息来源列表
# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130$
# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130$
deb http://ftp.us.debian.org/debian/ wheezy main
deb-src http://ftp.us.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
# wheezy-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ wheezy-updates main
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main
答案2
尝试(重新)构建 apt CD/DVD 包索引。
成为 root 并将 iso 映像重新挂载到 /media/cdrom,然后运行“apt-cdrom add”