为什么现在不能安装php5,和乌班图的版本有关吗?
跟版本有直接的关系,服务器版本与桌面版本的源不同,桌面版本的源比较新,而服务器版本的源内容以稳为主
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)
更新源sudo apt-get update
安装PHP5.6.11,执行以下命令sudo apt-get install php5-fpm
(亲测已经安装成功)
我也是啊,不过我php7.0安装上了,但是apache2 module里面也没有php模块?
我使用的系统是ubuntu-16.04-server-amd64,
使用sudo install apache2 安装的版本是
~$ apache2 -v
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2016-04-15T18:00:57
使用sudo install php5
报错!