PINE64
php7 for debian? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+---- Forum: Debian (https://forum.pine64.org/forumdisplay.php?fid=24)
+---- Thread: php7 for debian? (/showthread.php?tid=1454)



php7 for debian? - baldrob - 06-20-2016

I am running the may 8 xfce build and I can't seem to find a repo that has php7 available.  I'm fairly new to Linux so I may just be looking in the wrong places.  If php5 is all that's available that's fine, I just want to make sure before I install it.


RE: php7 for debian? - Luke - 06-20-2016

(06-20-2016, 12:35 PM)baldrob Wrote: I am running the may 8 xfce build and I can't seem to find a repo that has php7 available.  I'm fairly new to Linux so I may just be looking in the wrong places.  If php5 is all that's available that's fine, I just want to make sure before I install it.

no, php7 works just fine.


RE: php7 for debian? - baldrob - 06-20-2016

Okay, so what repo do I have to add to get it?  Right now when I do a sudo apt-get install for php7.0-cgi or php7.0-fpm I get "unable to locate package 'php-7.0-cgi' ".


RE: php7 for debian? - dkryder - 06-20-2016

you could try a sudo apt-get update
sudo apt-get upgrade
this will help you rebuild the build data cache from the repositories
maybe help you find a broken repo address.


RE: php7 for debian? - lenny.raposo-pine64.pro - 06-20-2016

here you go from the guys at howtoforge Wink

https://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/

skip anything related to ISPConfig Wink


RE: php7 for debian? - baldrob - 06-23-2016

(06-20-2016, 08:04 PM)lenny.raposo-pine64.pro Wrote: here you go from the guys at howtoforge Wink

https://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/

skip anything related to ISPConfig Wink


Thanks for this, looks like what I was looking for.