ubuntu apt-get安装php的方法:首先直接用官方PPA源安装PHP;然后通过“apt-cache pkgnames”查看显示软件安装包列表即可。
本文操作环境:ubuntu 16.04系统、PHP7.1版,DELL G3电脑
Ubuntu apt-get 安装 PHP最新版
直接用官方PPA源
sudo add-apt-repository -y ppa:ondrej/php sudo apt-get updatesudo apt-get install php7.2-fpm推荐学习:《PHP视频教程》
以上就是ubuntu apt-get怎么安装php的详细内容!
查看更多关于ubuntu apt-get怎么安装php的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did38776
ubuntu apt-get怎么安装php
阅读:41次