Another way, on the other Fedora machine that is on the internet, make an empty directory and change directory to it and run:
Quote:
|
yumdownloader --resolve octave
|
This will download all the rpms to that directory that are required for octave
If you just want to see what it would get first without actually getting them, do:
Quote:
|
yumdownloader --resolve --urls octave
|
Now you can put the files on a USB key or other disk, take them to the standalone machine, mount the key or disk and run
Quote:
|
yum --disablerepo=* install ./octave*
|
from the directory containing the files, the disablerepo is so yum doesn't obsessively try to go on the internet