Ubuntu16.04 php5安裝失敗解決方案

Roninwz發表於2017-10-08

筆者在Ubuntu16.04桌面系統安裝php5時,提示Package php5 have no installation candidate,

http://stackoverflow.com/questions/36788873/package-php5-have-no-installation-candidate-ubuntu-16-04上面找到了答案。

However if you like you can add a PPA to get those packages anyways: 
Add the PPA

        add-apt-repository沒裝的話需執行

     sudo apt-get install software-properties-common python-software-properties 

第一步:sudo add-apt-repository ppa:ondrej/php

Install your PHP Version

第二步:sudo apt-get update 
第三步:sudo apt-get install php5.6

You can install php5.6 modules too ..


參考文件:http://blog.csdn.net/u011511945/article/details/51379480

相關文章