Kayvan A. Sylvan wrote:
On Tue, Jun 06, 2006 at 10:16:43PM +0100, Peter Hillier-Brook wrote:
Kayvan A. Sylvan wrote:
On Tue, Jun 06, 2006 at 04:21:10PM -0400, CodeHeads wrote:
I have done the following and it has worked:
$ rpm -Uvh *.rpm
Must be in the same directory as the rpms :)
"yum localinstall *.rpm" (also in the same directory) also works, with the
added benefit
that yum will go out and fetch any missing dependencies.
---Kayvan
That's the one that failed complaining of an unsigned package, but I'll
re-visit the problem tomorrow following all the help I've received here.
Yeah... You are right, that will fail.
This should work, though:
$ (echo config gpgcheck 0; echo localinstall *.rpm; echo run) > yum-cmd
$ sudo yum shell yum-cmd
---Kayvan
All done and working. Many thanks to all who helped.
Peter HB