how do i install package without internet connection in ubuntu server autoinstall? i need to install openbox in ubuntu without internet.
i tried to download all packages using these command: 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");
but i cant install all of them. i tried to install using these commands in target device: dpkg -i *.deb
, apt install --no-download *.deb