ubuntu16.04找不到php的解決方法:先執行「sudo add-apt-repository…」指令;然後更新來源「sudo apt-get update」;最後安裝PHP5.6.11並執行install命令即可。
本文操作環境:ubuntu 16.04系統、PHP5.6.11版,DELL G3電腦
ubuntu 16.04找不到php怎麼辦?
解決方法:
Ubuntu Server 16.04 安裝php5的方法
安裝Ubuntu Server 16.04後執行以下指令:
sudo add-apt-repository 'deb http://mirrors.163.com/ubuntu/ xenial main restricted universe multiverse'
(或直接vim /etc/apt/sources.list內新增網易來源:deb http://mirrors.163.com/ubuntu/ xenial main restricted universe multiverse)
以上是ubuntu 16.04找不到php怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!