当前位置:  开发笔记 > 编程语言 > 正文

如何在Ubuntu 16.04中安装php-curl

如何解决《如何在Ubuntu16.04中安装php-curl》经验,为你挑选了4个好方法。



1> Govind Samro..:

在Ubuntu 16.04中,默认的PHP版本是7.0,如果你想使用不同的版本,那么你需要根据PHP版本安装PHP包:

PHP 7.2: sudo apt-get install php7.2-curl

PHP 7.1: sudo apt-get install php7.1-curl

PHP 7.0: sudo apt-get install php7.0-curl

PHP 5.6: sudo apt-get install php5.6-curl

PHP 5.5: sudo apt-get install php5.5-curl


对我来说,情况确实如此.如果安装了PHP 7并且不断获得"Package",那么php5-curl'就没有安装候选版本.运行`sudo apt-get install php-curl`解决了这个问题
使用`php -version`找出你所使用的PHP版本

2> 小智..:

这对我有用.

sudo apt-get install php-curl



3> Nehal J Wani..:

这对我有用:

sudo apt-get install php5.6-curl



4> 小智..:

做:

apt-get update

然后:

apt-get install php5-curl

推荐阅读
wurtjq
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有