Last active
March 11, 2019 11:47
-
-
Save madeindjs/3aecc9b4b563cabdee52bf3994340e29 to your computer and use it in GitHub Desktop.
Install PHP7 on Raspberry PI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update && sudo apt-get upgrade | |
echo "deb http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free" >> /etc/apt/sources.list | |
echo "#deb-src http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free" >> /etc/apt/sources.list | |
sudo gpg --keyserver pgpkeys.mit.edu --recv-key CCD91D6111A06851 | |
sudo su | |
gpg --armor --export CCD91D6111A06851 | apt-key add - | |
exit | |
sudo apt-get remove php5* | |
sudo apt-get update | |
sudo apt-get install php7.0 php7.0-opcache | |
I got the same error, not pretty sure about it but it could be the ipv6 support of the device, i can't tested it because my ISP won't provide me support for it.
Additional to it, there is another error i got while installing.
➜ ~ sudo gpg --keyserver pgpkeys.mit.edu --recv-key CCD91D6111A06851
gpg: solicitando clave 11A06851 de hkp servidor pgpkeys.mit.edu
gpgkeys: key CCD91D6111A06851 can't be retrieved
gpg: no se han encontrado datos OpenPGP válidos
gpg: Cantidad total procesada: 0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this error while update ... seems it is closed ?