To download rpm packages using yum, just perform the following things,
First, download yum-downloadonly plugins
Command: yum install yum-downloadonly
Second, now download any rpm without installing it.
Example command, yum install --downloadonly --downloaddir . telnet
This will download the rpm package telnet in current directory.
No comments:
Post a Comment