无法在 Ubuntu 21.10 上安装 php8.0-curl
P粉242535777
2023-08-26 09:04:13
<p>我正在尝试在我的服务器上安装 php8.0-curl。
但它一直给我以下错误:</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>我按照以下步骤操作,但没有成功。</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>
我使用了错误的存储库。 按照这个答案解决了这个问题。 https://serverfault.com/a/1106701