Koozali.org: home of the SME Server

Upgrading rpm

Offline richardsmith

  • **
  • 34
  • +0/-0
Upgrading rpm
« 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.

Offline del

  • *
  • 765
  • +0/-0
Re: Upgrading rpm
« Reply #1 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
« Last Edit: June 18, 2013, 02:41:23 PM by del »
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline richardsmith

  • **
  • 34
  • +0/-0
Re: Upgrading rpm
« Reply #2 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  :-)