Question

Upgrade php on Ubuntu 14.04

Wordpress now requires php 5.6 or higher and I just can’t get it to update on my Ubuntu 14.04 droplet, I’ve tried dozens of tutorials but always get a Unable to locate package php5.6 or similar message.

Every tutorial is based around sudo add-apt-repository ppa:ondrej/php but nothing seems to work.

I don’t get any errors when adding the ppa and have also tried LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php adding the language packs etc, but no joy.

Have used the tutorials here, askUbuntu, Stack and anything else that Google throws up but always get the same Unable to locate message with no progress in resolving that either.

Any help greatly appreciated.

Show comments

Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Accepted Answer

I tried with php 7, 7.2 and 7.3 all of which gave me the same Unable to locate package message.

I also tried apt-cache search php and couldn’t see any php7 in there.

I’m pretty lower level with linux so am quite possibly missing something simple.


I’ve looked on Lauchpad and can’t see any reference to Ubuntu 14.04, would this be why it can’t find updates?

https://launchpad.net/~ondrej/+archive/ubuntu/php/+index?batch=75&direction=backwards&memo=225&start=150

This comment has been deleted

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.

php 5.6 is verry old version of php. Wordpress will work with php 7.0 witch is in standard repo , or you can use above mentored repo to download 7.2 repo.