ubuntu apt-get怎么安装php
程序员文章站
2022-03-03 20:56:37
...
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 update
显示软件安装包列表,是否已经有了PHP 7.1,可选
apt-cache pkgnames | grep php7.1
安装,2018年05月08日 星期二,现在的最新版是7.2
sudo apt-get install php7.2-fpm
推荐学习:《PHP视频教程》
以上就是ubuntu apt-get怎么安装php的详细内容,更多请关注其它相关文章!
推荐阅读
-
基于ubuntu下nginx+php+mysql安装配置的具体操作步骤
-
Ubuntu安装telent服务器时出现:apt-get:Package has no installation的原因及解决方法
-
[PHP] Ubuntu快速安装起PHP7.4
-
Ubuntu下安装PHP的mongodb扩展操作命令
-
Blumentals Rapid PHP 2020怎么激活?Rapid PHP 2020安装激活图文步骤
-
Parallels desktop怎么安装linux系统 Mac虚拟机安装Linux Ubuntu教程(附视频教程)
-
Ubuntu 18.04上安装Apache、MySQL、PHP、LAMP的完整教程
-
ubuntu+php环境下的Memcached 安装方法
-
Ubuntu安装LAMP(Linux、Apache、MySQL、PHP)
-
Ubuntu环境编译安装PHP和Nginx的方法