ubuntu怎么安装php7.2

本站所有内容来自互联网收集,仅供学习和交流,请勿用于商业用途。如有侵权、不妥之处,请第一时间联系我们删除!Q群:迪思分享

免费资源网 – https://freexyz.cn/

ubuntu怎么安装php7.2?

Ubuntu上官方的源

比如 Ubuntu14.04 默认源中的是 PHP5.6.x、Ubuntu16.04 默认源中的是 PHP7.0.x

通过第三方的源来安装

ppa:ondrej/php 是一个比较知名的PHP源(目前维护php5.6,php7.0,php7.1,php7.2,php7.3)。下面就用这个源来安装自己想要的PHP版本。

安装步骤

使用ppa增加源 sudo apt-get install python-software-propertiessudo add-apt-repository ppa:ondrej/phpsudo apt-get update 查看源中PHP7.2版本 sudo apt list | grep php

不出意外,列表中已经包含你想要的PHP版本了

安装PHP7.2 sudo apt-get -y install php7.2
免费资源网 – https://freexyz.cn/


© 版权声明
THE END
★喜欢这篇文章吗?喜欢的话,麻烦动动手指支持一下!★
点赞5 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容