安装错误PHP5-Curl Ubuntu服务器

时间:2017-10-02 11:50:03

标签: php ubuntu curl ubuntu-server php-curl

PHP 5.6.4-4ubuntu6(cli)(建于2015年4月17日15:47:51)

描述:Ubuntu 14.04.5 LTS 发布:14.04

apt-get install php5-curl

Read package lists ... Done
Dependency tree is established.
Status information is read in .... Done
Try "apt-get -f install" to correct this:
The following packages have unfulfilled dependencies:
  libfontconfig1: Depends on: fontconfig-config (= 2.11.0-0ubuntu4.2) but 2.11.94-0ubuntu2 is to be installed
  php5-curl: Depends on: libcurl3 (> = 7.18.0) should not be installed
              Depends on: phpapi-20121212
              Depends on: php5-common (= 5.5.9 + dfsg-1ubuntu4.22) but 5.6.4 + dfsg-4ubuntu6 should be installed
E: Unfulfilled dependencies. Try "apt-get -f install" without specifying a package (or specify a solution).

“sudo apt-get install software-properties-common”的输出:

Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Probieren Sie »apt-get -f install«, um dies zu korrigieren:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 libfontconfig1 : Hängt ab von: fontconfig-config (= 2.11.0-0ubuntu4.2) aber 2.11.94-0ubuntu2 soll installiert werden
 software-properties-common : Hängt ab von: python-apt-common (>= 0.9) soll aber nicht installiert werden
                              Hängt ab von: python3-dbus soll aber nicht installiert werden
                              Hängt ab von: python3-software-properties (= 0.92.37.8) soll aber nicht installiert werden
E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).

1 个答案:

答案 0 :(得分:0)

您可以按如下方式安装php5-curl

<div class="normal">There are many good <em>example</em>s for how to do this</div>
<div class="broken">There are many good <em>example</em>s for how to do this</div>
<div class="keep">There are many good <em>example</em>s for how to do this</div>

如果你没有成功,你可能需要先卸载旧的PHP软件包。

sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update
sudo apt-get install php5-curl