<div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 9, 2018 at 5:13 PM, Mike Miller <span dir="ltr"><<a href="mailto:mbmiller+l@gmail.com" target="_blank">mbmiller+l@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 9 Aug 2018, Mike Miller wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, 9 Aug 2018, Clug wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Just got "apt install dkms" and "apt install make", that should resolve all dependencies.<br>
</blockquote>
<br>
The issue is that the machine that needs those programs has no networking, so if I run this...<br>
<br>
sudo apt install dkms<br>
<br>
...for example, it just tells me that the network is unreachable.  So I have to somehow run it on another machine and move the files over.  The question is, how do I do that?<br>
</blockquote>

<br></span>
Maybe the key is to use apt-get with the -d option:<br>
<br>
  -d, --download-only<br>
      Download only; package files are only retrieved, not unpacked or<br>
      installed. Configuration Item: APT::Get::Download-Only.<br>
<br>
Apparently, "apt-get -d install will download the given package and all missing dependencies to the system packages directory (/var/cache/apt/archives)." And this is best for use of "if you want to 'pre-download' a set of packages for later installation."  Or so I'm told...<br>
<br>
<a href="https://askubuntu.com/questions/463380/difference-between-apt-get-d-install-apt-get-download" rel="noreferrer" target="_blank">https://askubuntu.com/question<wbr>s/463380/difference-between-<wbr>apt-get-d-install-apt-get-<wbr>download</a><br>
<br>
So, maybe I can do that on the USB stick, then copy the downloaded files over to the laptop, putting them in /var/cache/apt/archives.  If that works, then I just need to know the command to install the "pre-downloaded" files.  Any ideas?</blockquote><div><br></div><div><br></div><div>if you get that far, just repeat the apt command on the box with the infused packages, it should see and use them. </div></div></div></div></div>