使用 apt 安装后,我可以从 Stretch DVD 2 和 3 安装 Debian 软件包吗?因为在VM上安装,所以没有检测到第二张和第三张DVD。
答案1
跑步
apt-cdrom add
以 root 身份(或使用sudo
),然后按照提示操作 – 它会要求您插入磁盘,然后扫描它并将相关信息添加到/etc/apt/sources.list
.然后您就可以像往常一样从中安装软件包。
答案2
安装后的第一张 DVD中,/etc/apt/sources.list
您将看到如下所示的条目:
deb cdrom:[Debian GNU/Linux 9.8.0 "Stretch" - Official amd64 DVD Binary-1 20190216-11:59]/ stretch contrib main
该行用于告诉 apt 使用 cdrom 作为软件包源。第二张和第三张 DVD 应该是“Binary-2”和“Binary-3”。完整的字符串可以在 DVD 上的文件中找到.disk/info
。
如果您只有 ISO 文件并且没有可用的(虚拟)光驱,您可以手动挂载映像并将deb file:
源添加到/etc/apt/sources.list
.