I have SUSE Linux Enterprise Server 12 SP5 and RPM which should be installed offline. How to download all dependencies of RPM to transfer them to offline machine with same OS?
I've tried downloading a desired .rpm, then install it on the SUSE 12 machine (not connected to Internet), it then asks for another package... And the cycle repeats, it seems to be endless and reached my desperation level.
Note that I'm not too familiar with RPM-based distros (well, I was, back 22 years ago), more with DEB-based distros.
(same question as https://stackoverflow.com/questions/68208874/how-to-download-all-dependencies-of-rpm-to-offline-instalation , hopefully this will be a better place to ask)
Addendum: I'm now trying to launch a docker image with a Suse, and then to install the desired packages from within that container (I hope to be able to catch the downloaded rpm's and copy them onto the offline machine). Note that I'm running on a Devuan (Debian-based, without systemd) distro.