Unable to install php8.0-curl on Ubuntu 21.10
<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>