sudo add-apt-repository ppa:ondrej/php5
如果报错
add-apt-repository: command not found
add-apt-repository 是由 Python-software-properties 这个工具包提供的
所以要先安装python-software-properties 才能使用 add-apt-repository
apt-get install python-software-properties
接着更新软件源及安装:
sudo
apt-get update
sudo
apt-get upgrade
sudo
apt-get
install
php5