“Ubuntu php7.4-curl: depende: libcurl3 (” Respostas de código

Ubuntu php7.4-CURL: depende: libcurl3 (> = 7.44.0), mas não será instalado e: incapaz de corrigir problemas, você segurou pacotes quebrados.

sudo add-apt-repository main
sudo add-apt-repository universe
sudo add-apt-repository restricted
sudo add-apt-repository multiverse
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php-curl
Horrible Heron

Ubuntu php7.4-CURL: depende: libcurl3 (> = 7.44.0), mas não será instalado e: incapaz de corrigir problemas, você segurou pacotes quebrados.

Resloved this issue in my case by following this Threat: https://github.com/oerdnj/deb.sury.org/issues/1249
Hat an issue in my APT Source Lists after an OS-Upgrade (Debian, not Ubuntu but may the same issue).

Changed /etc/apt/sources.list.d/php.list to refelect new version
-> deb https://packages.sury.org/php/ buster main 
Gru

Respostas semelhantes a “Ubuntu php7.4-curl: depende: libcurl3 (”

Perguntas semelhantes a “Ubuntu php7.4-curl: depende: libcurl3 (”

Mais respostas relacionadas para “Ubuntu php7.4-curl: depende: libcurl3 (” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código