I install a software package on Fedora from the terminal using the command like
# yum install live-usb-creator
Now at first it downloads some of the packages from online repository and then later it install that files on to the system.
Now I want a backup of that downloaded files so that in future I can install that packages directly without connecting to internet.
But the problem is that I don't know where does it download that all files.
If it is possible to get those files then I have two systems having Fedora 13 i686 installed on both of them. One has Internet connection and other has nothing like that.
Now I want to install sofwares using yum on the first system from the online repository and after that can I install the same sofwares on my second system from the downloaded files on the first system?