Ubuntu安装php7.2


1、使用ppa增加源

    apt-get install python-software-properties

    apt-get install software-properties-common

    add-apt-repository ppa:ondrej/php


2、更新

    apt-get update


3、查看源中PHP7.2版本

 apt list | grep php       列表中已经包含你想要的PHP版本了


4、安装PHP7.2

 apt-get -y install php7.2


猜你喜欢

转载自blog.51cto.com/14124898/2404101