我正在努力在 Ubuntu 18.10 中安装 cURL 模块。从 17.10 升级到 18.10 时,cURL 被移除/删除。现在当我尝试执行命令时
sudo apt-get install php7.2-curl
我收到此错误:
The following packages have unmet dependencies:
php7.2-curl :
Depends: libcurl4 (>= 7.44.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt-get install curl
给出错误
The following packages have unmet dependencies:
curl : Depends: libcurl4 (= 7.61.0-1ubuntu2.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.