This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:yum_reposync [2022/06/15 09:21] manu |
linux:yum_reposync [2022/10/24 19:33] (current) manu |
||
---|---|---|---|
Line 6: | Line 6: | ||
The reposync command is used to synchronize a remote yum repository to a local directory, using yum to retrieve the packages. | The reposync command is used to synchronize a remote yum repository to a local directory, using yum to retrieve the packages. | ||
+ | |||
+ | reposync --download-metadata --gpgcheck --plugins --repoid=rh8_baseos_latest --arch=ppc64le --newest-only -p /localrepo | ||
+ | |||
<cli prompt='#'> | <cli prompt='#'> | ||
# mkdir -p /software/redhat/8/base | # mkdir -p /software/redhat/8/base |