Keep RPMS downloaded by YUM

Yum downloaded RPMs are put into a folder /var/cache/yum/….
Once installed they are deleted from there. To prevent deletion, do following:
# vi /etc/yum.conf
Add/Change a line keep_cache=0 to keep_cache=1
Now after install, the files will stay there and you can copy them to other PCs.