yum .rpm

Richard Shaw hobbes1069 at gmail.com
Fri Oct 7 19:53:47 UTC 2011


On Fri, Oct 7, 2011 at 2:48 PM, Joao Daniel
<joaodanielnevesss at hotmail.com> wrote:
> Folks,
>
> It is possible to install a package.rpm using yum AND solve AND install
> dependencies ?
> Or Is possible to do it with other tool ?

Yup, just point to the file. If it's in the current directory then:

yum install ./<package>.rpm

If it tells you it's not signed then add "--nogpgcheck" before the
install command. Just be sure you trust the source of the package.

Richard


More information about the users mailing list