Is there a simple way to download rpm files and all its dependencies in a windows machine? later on I will be transferring all the rpm files to a offline rhel 8 machine and install them there.
I've tried the Redhat's downloads> Packages, but it only downloads the package without its dependencies, so I will need to trace those dependencies and download it until all have no dependencies left, which could take forever if I need quite a few.
I also checked on Cygwin but is still confused on what commands to use or even know if it is possible.