我使用的是独立 php 附带的软件,该 php 具有需要 libcurl3 的 php-fpm,但 php7.2-curl 需要 libcurl4。当我运行sudo apt install php7.2-curl
该命令时会卸载 libcurl3 包,而当我安装 libcurl3 时会卸载 php7.2-curl 包。
我使用的是独立 php 附带的软件,该 php 具有需要 libcurl3 的 php-fpm,但 php7.2-curl 需要 libcurl4。当我运行sudo apt install php7.2-curl
该命令时会卸载 libcurl3 包,而当我安装 libcurl3 时会卸载 php7.2-curl 包。