Good evening everybody!
The "setup":
My "online PC":
Running Win10, I don't want to bother with installing another OS on that machine.
My "offline PC":
Running ubuntu 15.04 32bit. It has never been connected to the internet and I want to keep it that way.
The problem / question
I want to download software on my online windows PC, transfer it to the offline ubuntu PC (with a USB-drive or whatever) and then install it there.
I have only found tutorials and infos for running two ubuntu PCs and "exchanging" software between them, but not really anything for downloading stuff on a windows machine and then installing it on a ubuntu machine. And like I said, I don't want to set up a second OS on that "online PC". So, is there a (noob-friendly) way to do this? (I have almost 0 experience with ubuntu or linux in general, I know that you can use "get-apt" to install software on ubuntu if an internet connection is available, or something like that)
Why?
I only have one PC (a laptop actually) that is connected to the internet, all my other devices are offline, for privacy / security reasons. (I know, I am a bit paranoid, and yes, I know that beeing paranoid and running Win10 is a bit of a contradiction)
wget
), copy to thumb-drive (cp
) and install (dpkg -i
orapt
) which is whatapt install
does anyway.. you've just got to manually download the files asapt
(esp.apt-get
) can't do it itself.. you need to install all deps too at the same time, asapt
(orapt-get
) would normally go online for those.. Your're off-topic here as 15.04 is EOL & has no MiTM protection for its flaws – guiverc Dec 24 '20 at 23:38