Ihre Komponistenabhängigkeiten erfordern die folgenden PHP -Erweiterungen: Curl
For those who use php7.4
sudo apt-get install php7.4-curl
Or simply run below command to install by your version:
sudo apt-get install php-curl
Lokesh003