Unable to install yum downloadonly plugin on RHEL8

1.9k views Asked by At

I am trying to install Yum downloadonly plugin using $yum install yum-downloadonly but i get " Error: Unable to find a match: yum-downloadonly". I am using RHEL 8. Any help in this regard is greatly appreciated.

I am using RHEL8.3

1

There are 1 answers

0
Pety On

On RHEL8.x you can achieve that via dnf which has such functionality already built-in:

dnf download rootsh

or including dependencies:

dnf download rootsh --resolve

Taken from: https://linoxide.com/download-packages-without-installing-rpm-distros/