Re: Yum Error
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <1215539361.14926.68.camel@rosebud> |
On Tue, 2008-07-08 at 11:25 -0500, Guy Ueland wrote: > Hi: > > I have tried the centos forums and they have not helped, they > suggested posting to the yum mailing list. So: > > I am running CentOS 5.2 > > > After I did: > > rpm -Uvh --force *.rpm If you do not know what it is doing, NEVER NEVER NEVER NEVER use --force or --nodeps. run this: rpm -Va --nofiles --nomd5 see what it spits back. That's probably the pkg/dep you're missing. -sv