Linux – Is it possible to use yum to install a RPM file in Red Hat Linux

redhat-enterprise-linuxyum

Is it possible to use yum to install a RPM file in Red Hat Linux?

Since I don't have the Internet access from this Linux I can not do wget and follow the process.

So all that I have now is a rpm file. How do I install it?

Best Answer

Yes, it is possible to install a single - already downloaded file - via YUM

yum install RPM-FILENAME.rpm from the directory you have the package downloaded to.

Related Question