Hi There,
Im looking for some advice on a way to install some software on my offline Rpi.
I had the thought - don't Linux CD installers run out of RAM and install packages onto a non-running system? (ie the just formatted hard drive)
So I was thinking about taking the SD card out of the Pi, to another linux machine on the internet, (x86, but I would have to use the Rpi repositories) and can you use apt-get (or another package manager) to unpack Rpi packages into the attached Rpi linux file system rather than the running system?
Is that possible? how do Linux installers do it? Whenever I search on it, it's too generic so comes up with how to install packages on the system you are running, rather than into another linux filesystem.
I have looked at apt-offline, but that seems to be updating a whole system, and I was looking for more granularity about installing just a few new packages. (and different packages for each Pi I have)
Any ideas would be helpful.
Thanks
J.