Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Php update (Package 5.5-frontenddev is already installed)?

I am trying to update my Php to 5.5 on a mac (by pasting "curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5" into terminal). The download starts but gives the following message before the downloads stops:

Package 5.5-frontenddev is already installed at version 5.5.5-20131020-233829. You wanted to install version 5.5.5-20131020-233829.

Is there anyway around this as I really need 5.5 in order to continue with my course! Thank you in advance for any help. Margate

like image 994
Margate Avatar asked Feb 14 '23 22:02

Margate


1 Answers

You should be able to delete the packager registry log and just try the command again, making sure you have removed the relevant folders from /usr/local/php5-*.

The file is located at:

/usr/local/packager/registry.log

like image 140
michaelotoole Avatar answered Mar 04 '23 10:03

michaelotoole