6.5.4. What happens with packages already downloaded?
# rpm -q httpd
httpd-2.2.3-5
# yum --downloadonly install httpd
...
Nothing to do
It makes sense, it's already installed. Is there a way to force it? No, there is not. There is another program to solve this situation, and it's documented below.