What am I trying to do?
On the Mac with internet access, I would like to have packages such as nvm
, node
, npm
, wine32
, etc. to be installed on the Linux (Ubuntu 18.04) with no internet. The packages will be transferred via burned on a CD.
Usually how in Windows a user downloads an .exe
and transports that file to another computer and install there, essentially that is what I want to replicate.
What have I tried?
I've seen the https://packages.ubuntu.com
website but get confused on the architecture download part. There is no specification on what architecture to get. When I click on the links for a particular download, say https://packages.ubuntu.com/bionic/i386/wine32/download
, the link goes nowhere for me. There is no download for me. Sometimes I see packages ending in .deb
or .tar.xz
and unsure of which one to download.
In order:
- How do I properly get packages I need on the Mac to be ready to install on Linux? (Is there a proper website to use to download said packages or command line?)
- How do I install it on Linux using the terminal? (I've read around to do
apt
ordkpg
?)
wine32
, but it needs 2 dependencies, and so on and so forth. Is there a way to download everything in 1 packaged.deb
file or something similar? I don't want to keep downloading individual packages until it works. – ctrlaltdeleon Dec 15 '21 at 23:44