Re: yum - missing dependencies ?
David Timms <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
On 07/05/2009 01:59 AM, shashidhar velagandula wrote: > When I try to yum update /install a package .. it is listing the > packages to be updated and package downloading is also done ,,,but > suddenly it is quiting by giving some message as particular package is not > singed ,,, Apparently, that would be because that package has not been signed. Perhaps this is because the package is in a testing repo, or a 3rd/4th party repo that doesn't sign their packages. After you determine the nature of the signing (ie you are very sure the package you are wanting to install is legitimate), you could use --nogpgcheck (at least this is available on current yum). Another alternative would be to see if your yum has a --skip-broken option either built in or via a yum-plugin-skipbroken, and then yum update --skip-broken. Or you could specifically exclude the unsigned package with an -x package parameter.