1

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

5
  • What version of Ubuntu?
    – David DE
    Commented Apr 6, 2023 at 7:35
  • 22.04.2 server.
    – Isa Eken
    Commented Apr 6, 2023 at 7:43
  • Please use edit and add that info to the question not as a comment.
    – David DE
    Commented Apr 6, 2023 at 7:53
  • I'am edited title. Thanks.
    – Isa Eken
    Commented Apr 6, 2023 at 7:58
  • There is not enough information about what you are trying to do. Maybe you can post your autoinstall file. Are you booting a custom ISO with all these packages added to it? Commented Apr 10, 2023 at 21:52

0

You must log in to answer this question.

Browse other questions tagged .