Quote:
|
Originally Posted by emamm
Hello
How to install a not signed rpm with yum? Yum complains that the package is not signed.
Many thanks
Ed
|
Two ways:
1. Just use the simple "rpm -ivh package.rpm" (you get the same result as doing "yum localinstall package.rpm"); or
2. Edit /etc/yum.conf and change the value of gpgcheck from 1 to 0.
Cheers,
Duli