I have a CentOS machine in which I already installed openssl-devel using
$ yum install openssl-devel
It downloaded and installed all the dependency packages. Now I need all those RPM packages. Is it possible to download only the RPM packages? When I do this:
$ yum install openssl-devel -y --downloadonly
It says
Package 1:openssl-devel-1.0.1e-4.fc18.x86_64 already installed and latest version
since it's already installed.
Does anyone know how to download those RPM packages on the same system?