如何在没有互联网连接的 ubuntu 服务器自动安装中安装软件包?我需要在没有互联网的 ubuntu 中安装 openbox。
我尝试使用这些命令下载所有软件包:apt download $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances --no-pre-depends openbox:amd64 | grep "^\w");
但我无法安装所有软件包。我尝试使用这些命令在目标设备中安装:dpkg -i *.deb
,apt install --no-download *.deb