网上有两种办法制作本地源
先挂载iso文件到比如/mnt/iso
1、# apt-cdrom add(结果是报错:repeat this process for the rest of the CDs in your set )
2、#vim /etc/apt/sources.list 添加 deb file:///mnt/iso wheezy main contrib
然后#apt-get update(报错:failed to fetch file:/mnt/iso/dists/wheezy/contrib/binary-i386/Package File nofound)
求大神拆解一二,谢谢。
于 2014-02-28 14:19:42发表:
我也遇到同样问题。我目前怀疑是apt-cdrom的版本问题,我用网络安装盘装的,而完整的CD1里面的apt-cdrom版本似乎高一点。