I use python3-dnf-plugin-local extensively on my Fedora machines.
I would like to use it for my Rocky Linux machines also, but the plugin doesn’t seem to be available for Rocky.
Any thoughts?
I use python3-dnf-plugin-local extensively on my Fedora machines.
I would like to use it for my Rocky Linux machines also, but the plugin doesn’t seem to be available for Rocky.
Any thoughts?
Its (intentional) not available but you can create repos manually with createrepo_c
and
yum --downloadonly
…
Thanks for the reply Ritov.
I’ve done that in the past, before the dnf plugin was a thing. It is very doable, just a bit time consuming.