無法在 Ubuntu 21.10 上安裝 php8.0-curl
<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>