PHP 5.5 on Raspbian Raspberry Pi (wheezy to jessie)
Thursday, 1 March 2018
1 |
nano /etc/apt/sources.list |
/etc/apt/sources.list
if php5 not installed:
1 |
apt-get install php5 php5-cli |
change wheezy to jessie in this line
Learn More / Full Story >>
Comments Off on PHP 5.5 on Raspbian Raspberry Pi (wheezy to jessie)
Raspberry Pi – Modify Repo for Jessie
Thursday, 2 November 2017
/etc/apt/sources.list
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free r$
# Uncomment line below then ‘apt-get update’ to enable ‘apt-get source’
deb-src http://archive.raspbian.org/raspbian/ wheezy main contrib non-free rpi
#deb http://www.auto.tuwien.ac.at/~mkoegler/debian eib main
#deb-src http://www.auto.tuwien.ac.at/~mkoegler/debian eib main
Comments Off on Raspberry Pi – Modify Repo for Jessie