Downloading RPM's using YUM
YUM now provides you with the ability to : 1. Download the RPM's without installing them. 2. Just get the list of URLs from where the RPM's would be downloaded. 3. Resolve the dependencies for the package that you plan to download, and get then too along with the package. 4. Get the source if you are intrested in that being more geeky. And not just this much , yum will get you all this specific to your release and arch,so no more no-arch packages. So here is how to go with this : First of all you need to install the package 'yum-utils' as the utility that provides all this functionality using the configuration of YUM. Make sure that this all will work using the repos (software repositories both online and offline (if-any)) configured under /etc/yum.repos.d/ that are used by YUM for package searching, dependency resolution and many other packages related tasks. It all depends on the configuration in the repo files, using which yum will be looking up the packages...