https://drive.google.com/drive/folders/1bQ5d-EYSpO8nNX_avgrx3mfLR8i2bJy_?usp=sharing
ARCHIVE IT ALL PACKAGE NOT SOURCE CODE … .
The dnf --downloadonly flag will pull down packages to the local cache without installing them. You can also use the dnf download command to download packages to the current directory (and you can do this as non-root). (This is a plugin; docs at man dnf.plugin.download.)
With dnf download --resolve, you will also get any dependencies which are missing on this system. (If your system matches the target one, this will be convenient.)
--downloadonlyDownload resolved package set without performing any rpm transaction (install/upgrade/erase).--downloaddir=<path>Redirect downloaded packages to provided directory. The option has to by used together with –downloadonly command line option or with download command (dnf-plugins-core).
![]()