PINE64

Full Version: php7 for debian?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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.
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' ".
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.
here you go from the guys at howtoforge Wink

https://www.howtoforge.com/tutorial/how-...on-debian/

skip anything related to ISPConfig Wink
(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-...on-debian/

skip anything related to ISPConfig Wink


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