Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Kelvin on December 02, 2001, 12:00:13 PM

Title: Manually installing Update 3
Post by: Kelvin on December 02, 2001, 12:00:13 PM
Hi all,

Does anyone know how to manually install Update3 for SME 5 when Update2 is already installed ?

I tried

rpm -Uvh *.rpm

as well as

rpm -ivh *.rpm

and it generated a whole lot error messages.

Kelvin
Title: Re: Manually installing Update 3
Post by: Rob Hillis on December 02, 2001, 12:42:24 PM
Kelvin wrote:
> Does anyone know how to manually install Update3 for SME 5
> when Update2 is already installed ?
> I tried
> rpm -Uvh *.rpm
> as well as
> rpm -ivh *.rpm
> and it generated a whole lot error messages.

It may assist you in getting an answer if you post the error messages that you're getting... "It doesn't work" doesn't give us much to go on...
Title: Re: Manually installing Update 3
Post by: Laurence Griffiths on December 02, 2001, 10:48:03 PM
Try:-
rpm -Uvh --force *.rpm

It worked for me and the Update 3 Blade came up as installed and the Update 2 Blade as not installed. - Just as it is meant to!
Title: Re: Manually installing Update 3
Post by: Kelvin on December 02, 2001, 11:31:32 PM
Thanks Laurence.

I'll give it a go.

Kelvin