The easiest way is to simply tell urpmi to only download the packages to a specific folder (on your USB stick) and then simply install all of them from the USB stick on the target system, like so:
- Code: Select all
urpmi some_package --no-install --download-all /where/to/save/package
But the target system should be pretty close to the system that you download the packages on, otherwise you might need to manually download some dependencies later on that are already installed on the first system.
A part of this is also explained in our
software management MAQeiaAlso see the linked thread
viewtopic.php?f=7&t=6901 and maybe
viewtopic.php?f=25&t=10202