Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: richardsmith on June 18, 2013, 12:15:50 PM

Title: Upgrading rpm
Post by: richardsmith on June 18, 2013, 12:15:50 PM
Bit of a newbie on this so apologies for the stupid question of the day, I have installed Sail v4.0.0.15 on SME8 from the ISO but what is the command to upgrade to the latest release of Sail V4?  I have tried a couple of standard update options for linux, a couple reporting that the file doesn't exist at the location (copied from previous posts).

Any help would be appreciated.
Title: Re: Upgrading rpm
Post by: del on June 18, 2013, 02:38:45 PM
From memory, this is what I did at the command line:

mkdir sailupdate

cd sailupdate

wget http://www.sailpbx.com/sail/sail-4.0/rpms/sail-4.0.0-58.noarch.rpm

rpm -Uvh sail-4.0.0-58.noarch.rpm

You may or may not need smesailenv-4.0.0-11.noarch.rpm but it will tell you if do. If you do need it do this:

wget http://www.sailpbx.com/sail/sail-4.0/rpms/smesailenv-4.0.0-11.noarch.rpm

then run

rpm -Uvh *.rpm

Regards,
Del
Title: Re: Upgrading rpm
Post by: richardsmith on June 18, 2013, 02:57:02 PM
Ok, this is what I was doing yesterday (of sorts) but every time I tried wget it kept coming back with an error.  Must have been a temporary blip as it is now doing something.

Thanks  :-)