Unable to install php8.0-curl on Ubuntu 21.10
P粉242535777
P粉242535777 2023-08-26 09:04:13
0
1
509
<p>I'm trying to install php8.0-curl on my server. But it keeps giving me the following error: </p> <pre class="brush:php;toolbar:false;">$ sudo apt install php8.0-curl Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php8.0-curl E: Couldn't find any package by glob 'php8.0-curl'</pre> <p>I followed the steps below with no success. </p> <pre class="brush:php;toolbar:false;">sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install curl sudo apt install php8.0-curl</pre> <p><br /></p>
P粉242535777
P粉242535777

reply all(1)
P粉090087228

I'm using the wrong repository. Following this answer solved the problem. https://serverfault.com/a/1106701

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template