yum localinstall is a wonderful utility where I can download and install an rpm package and let yum resolve all the dependencies issues for me. Occasionally, during installation, if I don't want to do a signature check. I can use this commands with a
--nogpgcheck flag
# yum localinstall gummi-0.4.2-1.noarch.rpm --nogpgcheckAnd it work wonderfully