我正在尝试在我的服务器上安装 php8.0-curl。 但它一直给我以下错误:
$ 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'
我按照以下步骤操作,但没有成功。
sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install curl sudo apt install php8.0-curl
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
我使用了错误的存储库。 按照这个答案解决了这个问题。 https://serverfault.com/a/1106701