Hi,

I have an air gaped[1] device. ( Devuan )

How do you manage to install packages/software on off-line[1:1] device ?

I’ve heard of apt-offline but it seem to bug and I don’t know if it’s still maintained (last release two years ago)

of course I’ve tried manually but the dependencies relations are too crazy to do that fully manually

Dependence tree (not complete even) to install for example apt-offline
├── Depends
│   ├── Depends
│   │   ├── Depends
│   │   │   ├── Depends
│   │   │   │   └── python3-dbg_3.9.2-3_amd64.deb
│   │   │   ├── libcurl4-gnutls-dev_7.74.0-1.3+deb11u14_amd64.deb
│   │   │   ├── python3-pycurl-dbg_7.43.0.6-5_amd64.deb
│   │   │   └── python-pycurl-doc_7.43.0.6-5_all.deb
│   │   ├── python3-httplib2_0.18.1-3_all.deb
│   │   └── python3-pycurl_7.43.0.6-5_amd64.deb
│   ├── iso-codes_4.6.0-1_all.deb
│   ├── python3-pysimplesoap_1.16.2-3_all.deb
│   └── python-apt-common_2.2.1_all.deb
├── python3-apt_2.2.1_amd64.deb
└── python3-debianbts_3.1.0_all.deb

Any ideas ?

Thanks.


  1. air gaped, off-line
    https://en.wikipedia.org/wiki/Air_gap_(networking) ↩︎ ↩︎

  • SpongeB0BOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 days ago

    🤩 Woo I didn’t know nix. It seem a better way to handle package !!!
    But so if I have already apt that handle packages, is it compatible to use both on the same system !?

    Nix stores all packages in isolation from each other; as a result there are no /bin, /sbin, /lib or /usr directories and all packages are kept in /nix/store instead.

    • Laser@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      7 days ago

      Yes, nix complements your system’s package manager, but doesn’t replace it

      • SpongeB0BOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 days ago

        ohh ! great ! I’ll see if I manage to install it on Devuan Thanks.

        • Atemu@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          4 days ago

          Installing it offline could prove to be quite a challenge. If you don’t actually need Nix (the package manager) to work on your target system though, you could just not install Nix and use i.e. a static Nix binary to do the store path copying.