How to install a group of RPM files I've downloaded?
I've downloaded three RPMs which need to be installed together. When I fire off the command yum localinstall httpd-2.4.6-6.fc20.x86_64.rpm
, then the dependencies fedora-logos and httpd-tools are downloaded from the internet, but I already have the files fedora-logos-httpd-21.0.1-1.fc20.noarch
and httpd-tools-2.4.6-6.fc20.x86_64
downloaded from the internet. How can I make yum use those instead?
When you do
yum localinstall httpd-2.4***.x86_64.rpm
, it will download all the dependency packagesfedora-logos-httpd****.fc20.noarch
,httpd-tools-***.x86_64
and install them as well. That is expected!the problem is solved :) thnkq oll :) @hello@kdg1955