我有debian存储库/root/rep/dvd-1.iso.
的ISO映像
我还有一个文件夹/mnt/dvd-1
我在/etc/apt/sources.list
文件
deb file:///mnt/dvd-1/ wheesy contrib main non-free
我用
将我的图像挂载到挂载点mount -t iso9660 /root/rep/dvd-1.iso /mnt/dvd-1 -o loop
并得到消息,它只是为了阅读而挂载。没关系,我只想阅读。
但是当我输入命令
aptitude update
我收到了几条错误消息,例如
Failed to fetch file:/mnt/dvd-1/dists/wheesy/contrib/binary-i386/Packages: File not found
但是这个文件(以及其他文件)确实存在(我检查过)。由于这个错误,我无法从iso安装软件包。为什么我收到这个错误?
答案 0 :(得分:1)
wheesy
应该是wheezy
,没有debian发行版以前的名称。
答案 1 :(得分:0)
您是否尝试过 apt-cdrom ?