ubuntu中怎么安装php5.6
这篇文章主要讲解了“ubuntu中怎么安装php5.6”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“ubuntu中怎么安装php5.6”吧!
1.打开终端命令行模式。
2.首先输入命令安装依赖包。
apt install python-software-properties -y
3.输入命令更新源。
apt install software-properties-common python-software-properties
4.再打开配置文件
apt install software-properties-common python-software-properties
5.再输入命令更新源。
apt update
6.最后输入以下命令安装即可。
apt install php5.6 php5.6-fpm php5.6-mysql php5.6-gd php5.6-mbstring php5.6-curl php5.6-soap php5.6-redis php5.6-xml php5.6-apcu php5.6-mcrypt -y
感谢各位的阅读,以上就是“ubuntu中怎么安装php5.6”的内容了,经过本文的学习后,相信大家对ubuntu中怎么安装php5.6这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是美国cn2,小编将为大家推送更多相关知识点的文章,欢迎关注!
发布时间:2022-10-24
上一篇:信息安全协议
下一篇:ubuntu重启nfs命令如何用