Download RPM using yum without installing
yum install yum-downloadonly
or
yum install yum-plugin-downloadonly
yum update httpd -y --downloadonly --downloaddir=/opt
ls -l /opt/*.rpm
yum install yum-downloadonly
or
yum install yum-plugin-downloadonly
yum update httpd -y --downloadonly --downloaddir=/opt
ls -l /opt/*.rpm
You must be logged in to post a comment.